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.: (1679616 +6960640897*x +315080647543*x^2 +2202777455589*x^3 + 3909536602339*x^4 +1960512320323*x^5 +243788893317*x^6 +4291451671*x^7 + 390625*x^8)/(1-x)^9.
E.g.f.: (1679616 +6974077825*x +181926081535*x^2 +706588143030*x^3 + 828890566581*x^4 +384764689386*x^5 +78448264202*x^6 +6937432876*x^7 + 214358881*x^8)*exp(x). (End)
MAPLE
seq((11*n+6)^8, n=0..20); # G. C. Greubel, Sep 19 2019
MATHEMATICA
(11*Range[20] -5)^8 (* G. C. Greubel, Sep 19 2019 *)
PROG
(Magma) [(11*n+6)^8: n in [0..20]]; // Vincenzo Librandi, Sep 04 2011
(PARI) vector(20, n, (11*n-5)^8) \\ G. C. Greubel, Sep 19 2019
(SageMath) [(11*n+6)^8 for n in (0..20)] # G. C. Greubel, Sep 19 2019
(GAP) List([0..20], n-> (11*n+6)^8); # G. C. Greubel, Sep 19 2019
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
