SOLUTION: -1,4,21,56,... ?

Algebra ->  Sequences-and-series -> SOLUTION: -1,4,21,56,... ?      Log On


   



Question 926763: -1,4,21,56,... ?
Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
-1,4,21,56,... ?
Divide them by the number of term 1,2,3,4 and see what we get:

-1,2,7,14

Add 2 to those

1,4,9,16

Aha!~  The squares!  Now let's start with the squares and go backward

We ended up with the squares,

So we start with the squares, n%5E2

1,4,9,16

Before that we added 2,

So we will subtract 2,  n%5E2-2

-1,2,7,14

Before that we divided by the number of term, n

So we multiply by the number of term n,  n%28n%5E2-2%29

-1,4,21,56

a%5Bn%5D=n%28n%5E2-2%29

Plug in n=1,2,3,4,5,...

-1, 4, 21, 56, 115, 204, 329, 496, 711, 980, 1309, 1704, 2171, 2716, 
3345, 4064, 4879, 5796, 6821, 7960, ... 

Edwin