SOLUTION: The sequence is defined recursively. Write the first four terms a1 = 3; an = 3an-1 + 4
Algebra
->
Sequences-and-series
-> SOLUTION: The sequence is defined recursively. Write the first four terms a1 = 3; an = 3an-1 + 4
Log On
Algebra: Sequences of numbers, series and how to sum them
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Sequences-and-series
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...