A017479 a(n) = (11*n + 7)^7.
823543, 612220032, 17249876309, 163840000000, 897410677851, 3521614606208, 11047398519097, 29509034655744, 69833729609375, 150363025899136, 300124211606973, 562949953421312, 1002544368429379, 1708593750000000, 2804020163098721, 4453476124377088, 6873178582377927
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (8,-28,56,-70,56,-28,8,-1).
Crossrefs
Programs
-
GAP
List([0..20], n-> (11*n+7)^7); # G. C. Greubel, Sep 19 2019
-
Magma
[(11*n+7)^7: n in [0..20]]; // Vincenzo Librandi, Sep 04 2011
-
Maple
seq((11*n+7)^7, n=0..20); # G. C. Greubel, Sep 19 2019
-
Mathematica
(11Range[0,20]+7)^7 (* Harvey P. Dale, Mar 24 2011 *)
-
PARI
vector(20, n, (11*n-4)^7) \\ G. C. Greubel, Sep 19 2019
-
Sage
[(11*n+7)^7 for n in (0..20)] # G. C. Greubel, Sep 19 2019
Formula
From G. C. Greubel, Sep 19 2019: (Start)
G.f.: (823543 +605631688*x +12375175257*x^2 +42937032016*x^3 +35460540721 *x^4 +6665393928*x^5 +170728303*x^6 +16384*x^7)/(1-x)^8.
E.g.f.: (823543 +611396489*x +8013129894*x^2 +18987701271*x^3 + 14295911630*x^4 +4196022754*x^5 +496037080*x^6 +19487171*x^7)*exp(x). (End)