Ask a New Question
Search
Asked by
jenny
A sequence is defined recursively by a1=1,an=(an-1+1)^2. Write the first 4 terms of the sequence.
Answers
Answers
Answered by
MathMate
a1=1
a2=(a<sub>2-1</sub>+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
Answered by
jenny
Thank you!!!!! I see my mistake now...
Answered by
MathMate
You're welcome!
Related Questions
Related
A sequence is defined recursively by the following rules: f(1)=3 f(n+1)=2⋅f(n)−1 Which of the...
A sequence is defined recursively by the following rules: f(1)=3 f(n+1)=2⋅f(n)−1 Which of the fol...
A sequence is defined recursively by the formula f(n+1)=-2f(n). The first term of the sequence is -1...
A sequence is defined recursively using the equation . If f(1)=100, what is f(6)?
A sequence is defined recursively by the given formulas. Find the first five terms of the sequence....
A sequence is defined recursively by the given formulas. Find the first five terms of the sequence....
A sequence is defined recursively using the equation . If f(1)=100, what is f(6)? 52 60 68 92