login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A214446
n*(n^2-2*n-1)
0
-2, -2, 6, 28, 70, 138, 238, 376, 558, 790, 1078, 1428, 1846, 2338, 2910, 3568, 4318, 5166, 6118, 7180, 8358, 9658, 11086, 12648, 14350, 16198, 18198, 20356, 22678, 25170, 27838, 30688, 33726, 36958, 40390, 44028, 47878
OFFSET
1,1
FORMULA
a(n) = -2*A110427(n). G.f. 2*x*(-1+3*x+x^2) / (x-1)^4 . - R. J. Mathar, Jul 18 2012
PROG
(PARI) a(n) = n*(n^2 - 2*n - 1) \\ Michel Marcus, Jul 15 2013
CROSSREFS
Sequence in context: A292831 A076726 A032272 * A179320 A004304 A326907
KEYWORD
sign,easy
AUTHOR
Marco Piazzalunga, Jul 18 2012
STATUS
approved