SOLUTION: What is the algebraic equation for the sequence: 1,12,123,1234,12345...?
Algebra
->
Sequences-and-series
-> SOLUTION: What is the algebraic equation for the sequence: 1,12,123,1234,12345...?
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 408290
:
What is the algebraic equation for the sequence: 1,12,123,1234,12345...?
Answer by
richard1234(7193)
(
Show Source
):
You can
put this solution on YOUR website!
We could define a recursive sequence:
where
.
Basically what this means is, take the n-1'th term, multiply it by 10, and then add n.