OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (9,-36,84,-126,126,-84,36,-9,1).
FORMULA
From G. C. Greubel, Sep 19 2019: (Start)
G.f.: (390625 +4291451671*x +243788893317*x^2 +1960512320323*x^3 +3909536602339*x^4 +2202777455589*x^5 +315080647543*x^6 +6960640897*x^7 +1679616*x^8)/(1-x)^9.
E.g.f.: (390625 +4294576671*x +136919996257*x^2 +585564673386*x^3 +729964989831*x^4 +353933730150*x^5 +74628778686*x^6 +6781535508*x^7 + 214358881*x^8)*exp(x). (End)
MAPLE
seq((11*n+5)^8, n=0..20); # G. C. Greubel, Sep 19 2019
MATHEMATICA
(11Range[0, 20]+5)^8 (* Harvey P. Dale, Apr 23 2011 *)
PROG
(Magma) [(11*n+5)^8: n in [0..20]]; // Vincenzo Librandi, Sep 03 2011
(PARI) vector(20, n, (11*n-6)^8) \\ G. C. Greubel, Sep 19 2019
(Sage) [(11*n+5)^8 for n in (0..20)] # G. C. Greubel, Sep 19 2019
(GAP) List([0..20], n-> (11*n+5)^8); # G. C. Greubel, Sep 19 2019
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved