OFFSET
0,3
LINKS
T. D. Noe, Table of n, a(n) for n = 0..1000
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*(1 + 1014*x + 76332*x^2 + 1101720*x^3 + 4869078*x^4 + 7862124*x^5 + 4869036*x^6 + 1101768*x^7 + 76305*x^8 + 1022*x^9)/(1-x)^12. - Vincenzo Librandi, Jul 15 2016
MATHEMATICA
Table[n^2*(n^9 + 1)/2, {n, 0, 50}] (* G. C. Greubel, Jul 15 2016 *)
PROG
(Magma) [n^2*(n^9+1)/2: n in [0..25]]; // Vincenzo Librandi, Jul 15 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 11 2009
STATUS
approved