OFFSET
0,1
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (13, -78, 286, -715, 1287, -1716, 1716, -1287, 715, -286, 78, -13, 1).
FORMULA
From G. C. Greubel, Oct 29 2019: (Start)
G.f.: (282429536481 +4092328416025747*x +734436813292395279*x^2 + 20209260522541101077*x^3 +159842244003035759946*x^4 + 463756067839761680478*x^5 +544661828676570185790*x^6 +
262487410539784705770*x^7 +48674358916489218693*x^8 + 2906273242026287199*x^9 +36217472329783811*x^10 +23298085069233*x^11 + 4096*x^12)/(1-x)^13.
E.g.f.: (282429536481 + 4095717570463519*x + 389735533109043121*x^2 + 4629794808807415962*x^3 +15643775803972010981*x^4 +21329254236100801848* x^5 +14055885648635908792*x^6 +4951158185239377540*x^7 + 983467446953859582*x^8 +112116203770421565*x^9 +7184433177655591*x^10 + 237949933289574*x^11 +3138428376721*x^12)*exp(x). (End)
MAPLE
seq((11*n+9)^12, n=0..0); # G. C. Greubel, Oct 28 2019
MATHEMATICA
(11*Range[20] -2)^12 (* G. C. Greubel, Oct 29 2019 *)
PROG
(Maxima) makelist((11*n+9)^12, n, 0, 30); /* Martin Ettl, Oct 21 2012 */
(PARI) vector(21, n, (11*n-2)^12) \\ G. C. Greubel, Oct 29 2019
(Magma) [(11*n+9)^12: n in [0..20]]; // G. C. Greubel, Oct 29 2019
(Sage) [(11*n+9)^12 for n in (0..20)] # G. C. Greubel, Oct 29 2019
(GAP) List([0..20], n-> (11*n+9)^12); # G. C. Greubel, Oct 29 2019
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved