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”).

A245380
(7*n^5+5*n^3)/12.
2
0, 1, 22, 153, 624, 1875, 4626, 9947, 19328, 34749, 58750, 94501, 145872, 217503, 314874, 444375, 613376, 830297, 1104678, 1447249, 1870000, 2386251, 3010722, 3759603, 4650624, 5703125, 6938126, 8378397, 10048528, 11974999, 14186250, 16712751, 19587072
OFFSET
0,3
COMMENTS
7*n^5+5*n^3 = 0 (mod.12) for all n.
LINKS
FORMULA
G.f.: x*(x^4 + 16*x^3 + 36*x^2 + 16*x + 1)/(x - 1)^6.
MATHEMATICA
Table[(7 n^5 + 5 n^3)/12, {n, 0, 40}] (* or *) CoefficientList[Series[x (x^4 + 16 x^3 + 36 x^2 + 16 x + 1)/(x - 1)^6, {x, 0, 40}], x]
PROG
(Magma) [(7*n^5+5*n^3)/12: n in [0..40]];
CROSSREFS
Sequence in context: A224144 A225008 A240384 * A271635 A130438 A041934
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jul 20 2014
STATUS
approved