OFFSET
0,1
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).
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)
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 *)
PROG
(Magma) [(11*n+7)^7: n in [0..20]]; // Vincenzo Librandi, Sep 04 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
(GAP) List([0..20], n-> (11*n+7)^7); # G. C. Greubel, Sep 19 2019
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved