Question 382298
What is the general formula for the following series.
5,9,18,34,59,95
----
a(1)-----5
a(2)-----a(1)+2^2 = 9
a(3)-----a(2)+3^2 = 18
a(4)-----a(3)+4^2 = 34
----
a(n) = a(n-1) + n^2
================================
Cheers,
Stan H.