Question
Given the recursively defined formula a1=−3, an=an−1+4, determine which option is the correct function notation.
Answers
Answered by
GPT 3.5
The correct function notation for the given recursively defined formula is:
f(n) = f(n-1) + 4
f(n) = f(n-1) + 4