OFFSET
0,3
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (13,-78,286,-715,1287,-1716,1716, -1287,715,-286,78,-13,1).
FORMULA
G.f.: (x + 2547*x^2 + 262043*x^3 + 5274105*x^4 + 33383142*x^5 + 80828562*x^6 + 80828562*x^7 + 33383142*x^8 + 5274105*x^9 + 262043*x^10 + 2547*x^11 + x^12)/(1-x)^13. - G. C. Greubel, Dec 06 2017
MATHEMATICA
Table[n^10*(n^2+1)/2, {n, 0, 30}] (* G. C. Greubel, Dec 06 2017 *)
PROG
(Magma)[n^10*(n^2+1)/2: n in [0..20]]; // Vincenzo Librandi, Aug 26 2011
(PARI) for(n=0, 30, print1(n^10*(n^2+1)/2, ", ")) \\ G. C. Greubel, Dec 30 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 11 2009
STATUS
approved