SOLUTION: The sequence is defined recursively. Write the first four terms
a1 = 3; an = 3an-1 + 4
Algebra.Com
Question 374209: The sequence is defined recursively. Write the first four terms
a1 = 3; an = 3an-1 + 4
Answer by robertb(5830) (Show Source): You can put this solution on YOUR website!
a1 = 3,
a2 = 3*3 + 4 = 13.
a3 = 3*13+ 4 = 43,
a4 = 3*43 + 4 = 133...
RELATED QUESTIONS
the sequence is defined recursively. Write the first five terms.
a1=2, a2=5; an=an-2 - (answered by ashipm01)
The sequence is defined recursively. Write the first four terms.... (answered by Fombitz)
The system is defined recursively. Write the first four terms.... (answered by jim_thompson5910)
a1=135 and an+1=1/3 (an)for n>or=2
The sequence is defined recursively. Write the first... (answered by aaaaaaaa)
Write the next four terms of the sequence defined recursively.
a1=14... (answered by greenestamps)
Write first four terms of the sequence definded by the recursive sequence
a1 = 4 and an (answered by fractalier)
Find the first three terms of the geometric sequence defined by: a1 = −2; an = 3an... (answered by jim_thompson5910)
to find the first 3 terms of the Recursively defined sequence:
a1=5 , an=2a n-1
for... (answered by Fombitz,jim_thompson5910)
A sequence {mn} is recursively defined as
m1=2 mn+1= 3/5-mn
Write the first four... (answered by Theo)