SOLUTION: What is the next number of this series 0,1,5,32,48,?

Algebra ->  Sequences-and-series -> SOLUTION: What is the next number of this series 0,1,5,32,48,?      Log On


   



Question 1083236: What is the next number of this series 0,1,5,32,48,?
Answer by natolino_2017(77) About Me  (Show Source):
You can put this solution on YOUR website!
By simple inspection, the series would be.
a1 = 0.
a(n+1) = a(n) + n^2.
a(6) = a(5)+ (5^2) = 48 + 25 = 73.
@natolino_