Respuesta :
answer:
You could simplify the explicit formula into your version. The recursive formula is give in the function h(n). Recursive formulas require that you know the previous term to calculate the next term. So, you would use (n-1).
hope this helps