SOLUTION: What are the next two terms in this sequence? 6,13,22,33,...

Algebra ->  Sequences-and-series -> SOLUTION: What are the next two terms in this sequence? 6,13,22,33,...      Log On


   



Question 900098: What are the next two terms in this sequence?
6,13,22,33,...

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
What are the next two terms in this sequence?
6,13,22,33,...
-------------
I ran a quadratic regression program against the
data and found equation y = x^2 + 4x + 1
-----
Also::
13 = 6+7
22 = 13+9
33 = 22+11
So::
33 + 13 = 46
46 + 15 = 61
--------------------------
Next two terms are:: 46 and 61
------------------------------------
Cheers,
Stan H.