Answer:
Plato
Step-by-step explanation: Recursive functions help us describe the pattern in a sequence and quickly determine the first few terms. Explicit functions allow us to find any term in the sequence without finding all the previous terms. For example, when looking for the 12th term of a sequence, a recursive function requires finding the 11 prior terms before getting the 12th term, but an explicit function requires performing only a single calculation to find the 12th term.