OFFSET
0,3
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (14,-91,364,-1001,2002,-3003,3432, -3003,2002,-1001,364,-91,14,-1).
FORMULA
G.f.: (x + 4594*x^2 + 762265*x^3 + 22924080*x^4 + 211684410*x^5 + 752159268*x^6 + 1137586002*x^7 + 753462240*x^8 + 211597125*x^9 + 22609370*x^10 + 717461*x^11 + 3584*x^12)/(1-x)^14. - G. C. Greubel, Dec 06 2017
MATHEMATICA
Table[n^10*(n^3+1)/2, {n, 0, 30}] (* G. C. Greubel, Dec 06 2017 *)
PROG
(Magma)[n^10*(n^3+1)/2: n in [0..20]]; // Vincenzo Librandi, Aug 26 2011
(PARI) for(n=0, 30, print1(n^10*(n^3+1)/2, ", ")) \\ G. C. Greubel, Dec 06 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 11 2009
STATUS
approved