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


   



Question 1066574: How i can show the series 1 5 14 30 55 into the pl/sql
Answer by stanbon(75887) About Me  (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.
------