OFFSET
0,3
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (9,-36,84,-126,126,-84,36,-9,1).
FORMULA
From G. C. Greubel, Jul 28 2016: (Start)
G.f.: x*(1 + 183*x + 2682*x^2 + 8422*x^3 + 7197*x^4 + 1611*x^5 + 64*x^6)/(1 - x)^9.
E.g.f.: (1/2)*x*(2 + 190*x + 1267*x^2 + 2051*x^3 + 1190*x^4 + 287*x^5 + 29*x^6 + x^7)*exp(x). (End)
MATHEMATICA
Table[n^7*(n + 1)/2, {n, 0, 25}] (* G. C. Greubel, Jul 28 2016 *)
PROG
(Magma) [n^7*(n+1)/2: n in [0..25]]; // Vincenzo Librandi, Jul 29 2016
(PARI) a(n)=n^7*(n+1)/2 \\ Charles R Greathouse IV, Jul 29 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 11 2009
STATUS
approved