A017445 a(n) = (11*n + 4)^9.
262144, 38443359375, 5429503678976, 129961739795077, 1352605460594688, 8662995818654939, 40353607000000000, 150094635296999121, 472161363286556672, 1304773183829244583, 3251948521156637184
Offset: 0
Links
- G. C. Greubel, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
Crossrefs
Programs
-
GAP
List([0..20], n-> (11*n+4)^9); # G. C. Greubel, Sep 18 2019
-
Magma
[(11*n+4)^9: n in [0..20]]; // G. C. Greubel, Sep 18 2019
-
Maple
seq((11*n+4)^9, n=0..20); # G. C. Greubel, Sep 18 2019
-
Mathematica
(11*Range[20] -7)^9 (* G. C. Greubel, Sep 18 2019 *)
-
PARI
vector(20, n, (11*n-7)^9) \\ G. C. Greubel, Sep 18 2019
-
Sage
[(11*n+4)^9 for n in (0..20)] # G. C. Greubel, Sep 18 2019
Formula
From G. C. Greubel, Sep 18 2019: (Start)
G.f.: (262144 +38440737935*x +5045081881706*x^2 +77396622719912*x^3 +292702580123078*x^4 +341752101417866*x^5 +125993865875030*x^6 +12525368984504*x^7 +197955754298*x^8 +40353607*x^9)/(1-x)^10.
E.g.f.: (262144 +38443097231*x +2676308611185*x^2 +18964759762355*x^3 +36049239596370*x^4 +26212359111477*x^5 +8537070967194*x^6 +1316670195786*x^7 +92603036592*x^8 +2357947691*x^9)*exp(x). (End)