A sequence is defined recursively by a1=1,an=(an-1+1)^2. Write the first 4 terms of the sequence.

3 answers

a1=1
a2=(a2-1+1)^2
=(a1+1)^2
=(1+1)^2
=4
a3=(a2+1)^2=5^2=25
a4=(a3+1)^2=(25+1)^2=26^2=676
Thank you!!!!! I see my mistake now...
You're welcome!
Similar Questions
    1. answers icon 3 answers
  1. this is a difficult question for me please help! thankyouA sequence is defined recursively by an + 1 = 3an − n, a1 = 2. Find
    1. answers icon 1 answer
  2. this is a difficult question for me please help! thankyouA sequence is defined recursively by an + 1 = 3an − n, a1 = 2. Find
    1. answers icon 0 answers
  3. Find the first five terms of the given recursively defined sequence.an = 3an − 1 + 6 and a1 = 1 a1= a2= a3= a4= a5=
    1. answers icon 2 answers
more similar questions