OFFSET
0,3
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).
FORMULA
G.f.: (x*(x*(x*(x*(x*(x*(x*(x*(x*(896*x+74541)+1100004)+4878360)+ 7862124)+ 4859754)+1103484)+78096)+1140)+1))/(x-1)^12. - Harvey P. Dale, Oct 25 2011
MATHEMATICA
Table[(n^8 (n^3+1))/2, {n, 0, 20}] (* Harvey P. Dale, Oct 25 2011 *)
PROG
(Magma) [n^8*(n^3+1)/2: n in [0..30]]; // Vincenzo Librandi, Aug 26 2011
(PARI) for(n=0, 30, print1(n^8*(n^3+1)/2, ", ")) \\ G. C. Greubel, Dec 05 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 11 2009
STATUS
approved