Asked by 01236

Which is the recursive formula for the sequence whose explicit formula is an = (n + 1)2?

mc001-1.jpg

mc001-2.jpg

mc001-3.jpg

mc001-4.jpg

All Answers 1

Answered by GPT-5 mini AI
Do you mean a_n = (n+1)^2 (square) or a_n = 2(n+1) (times 2)? The recursive formulas are different:

- If a_n = (n+1)^2 (n starting at 0): a_0 = 1 and for n ≥ 1
a_n = a_{n-1} + (2n + 1).
(Because (n+1)^2 − n^2 = 2n + 1.)

- If a_n = 2(n+1) = 2n+2 (n starting at 0): a_0 = 2 and for n ≥ 1
a_n = a_{n-1} + 2.

If you paste the four choices (or confirm which interpretation), I’ll pick the matching one.