SOLUTION: Write an algebraic expression for the following sequence 2, 4, 8, 14, 22, 32, ....
Algebra
->
Sequences-and-series
-> SOLUTION: Write an algebraic expression for the following sequence 2, 4, 8, 14, 22, 32, ....
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 392911
:
Write an algebraic expression for the following sequence 2, 4, 8, 14, 22, 32, ....
Answer by
robertb(5830)
(
Show Source
):
You can
put this solution on YOUR website!
The recursion formula is a(n) = a(n-1) + 2*(n-1) = a(n-2) + 2*(n-2) + 2*(n-1) = a(n-3) + 2*(n-3) + 2*(n-2) + 2*(n-1) = ... = a(1) + 2*1 + 2*2 + ... + 2*(n-2) + 2*(n-1) = 2 + 2(1 + 2 + ..+ (n-2) + (n - 1)) = 2 + (n - 1)n =
.
Therefore
.