What is the purpose of the recursive step in a recursive definition?
To provide the final answer directly.
To define how a larger problem can be solved using solutions to smaller, similar problems.
To set the initial value of the sequence.
To ensure the recursive process terminates.