SOLUTION: the sequence shown below is defined using a recursion formula. write the first four terms of the sequence.
a1 13 and an=an-1+8 for n>=2
Algebra.Com
Question 975862: the sequence shown below is defined using a recursion formula. write the first four terms of the sequence.
a1 13 and an=an-1+8 for n>=2
Answer by amarjeeth123(569) (Show Source): You can put this solution on YOUR website!
a1=13
an=an-1+8
a2=a1+8=21
a3=a2+8=29
a4=a3+8=37
RELATED QUESTIONS
The following are defined using recursion formulas. Write the first four terms of each... (answered by greenestamps)
The sequence is defined recursively. Write the first four terms.... (answered by Fombitz)
The sequence is defined recursively. Write the first four terms
a1 = 3; an = 3an-1 + 4 (answered by robertb)
Write the first four terms of the sequence. a1 = 13 and an = an-1 + 8 for n... (answered by Fombitz)
The sequences are defined using recursion formulas. Write the first four terms of each... (answered by Edwin McCravy)
Write the next four terms of the sequence defined recursively.
a1=14... (answered by greenestamps)
write the first four terms of the sequence defined by the recursion formula... (answered by Edwin McCravy)
a1=135 and an+1=1/3 (an)for n>or=2
The sequence is defined recursively. Write the first... (answered by aaaaaaaa)
the sequence is defined recursively. Write the first five terms.
a1=2, a2=5; an=an-2 - (answered by ashipm01)