SOLUTION: Find the fourth term in the following recursively defined sequence.
a1 = 2
an = an-1 + 3
Algebra.Com
Question 268945: Find the fourth term in the following recursively defined sequence.
a1 = 2
an = an-1 + 3
Answer by stanbon(75887) (Show Source): You can put this solution on YOUR website!
Find the fourth term in the following recursively defined sequence.
a1 = 2
an = an-1 + 3
--------------------
a1 = 2
a2 = 2+3 = 5
a3 = 5+3 = 8
a4 = 8+3 = 11
=================='
Cheers,
Stan H.
RELATED QUESTIONS
The sequence is defined recursively. Write the first four terms.... (answered by Fombitz)
Write the next four terms of the sequence defined recursively.
a1=14... (answered by greenestamps)
The sequence is defined recursively. Write the first four terms
a1 = 3; an = 3an-1 + 4 (answered by robertb)
the sequence is defined recursively. Write the first five terms.
a1=2, a2=5; an=an-2 - (answered by ashipm01)
a1=135 and an+1=1/3 (an)for n>or=2
The sequence is defined recursively. Write the first... (answered by aaaaaaaa)
to find the first 3 terms of the Recursively defined sequence:
a1=5 , an=2a n-1
for... (answered by Fombitz,jim_thompson5910)
The sequence {an} is defined recursively as follows: a1 = 6 and an+1 = 3. Find an... (answered by ikleyn)
Find the third term in the recursively defined sequence:
asub1 = 3, a subk+1 =... (answered by stanbon)
Find the fifth term of the following sequence: a1 = 2; an = n^2 + an-1
(answered by ikleyn)