OFFSET
0,3
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (12, -66, 220, -495, 792, -924, 792, -495, 220, -66, 12, -1).
FORMULA
G.f.: (x + 1268*x^2 + 83121*x^3 + 1131504*x^4 + 4866222*x^5 + 7794168*x^6 + 4866222*x^7 + 1131504*x^8 + 83121*x^9 + 1268*x^10 + x^11)/(1-x)^12. - G. C. Greubel, Dec 05 2017
MATHEMATICA
Table[n^9*(n^2+1)/2, {n, 0, 30}] (* G. C. Greubel, Dec 05 2017 *)
PROG
(Magma) [n^9*(n^2+1)/2: n in [0..20]]; // Vincenzo Librandi, Aug 26 2011
(PARI) for(n=0, 30, print1(n^9*(n^2+1)/2, ", ")) \\ G. C. Greubel, Dec 05 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 11 2009
STATUS
approved