SOLUTION: How i can show the series 1 5 14 30 55 into the pl/sql
Algebra
->
Sequences-and-series
-> SOLUTION: How i can show the series 1 5 14 30 55 into the pl/sql
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 1066574
:
How i can show the series 1 5 14 30 55 into the pl/sql
Answer by
stanbon(75887)
(
Show Source
):
You can
put this solution on YOUR website!
How i can show the series 1 5 14 30 55 into the pl/sql
-----
Not sure what you mean by pl/sql.
------
Series:: 1, 1+4 = 5, 5+9 = 14, 14+16 = 30, 30 + 25 = 55, 55+6^2 = 91 etc.
Cheers,
Stan H.
------