OFFSET
0,4
REFERENCES
T. A. Gulliver, Sequences from Cubes of Integers, Int. Math. Journal, 4 (2003), 439-445.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (7,-21,35,-35,21,-7,1).
FORMULA
G.f.: x^2*(1 + 53*x + 195*x^2 + 107*x^3 + 4*x^4)/(1 - x)^7. - Ilya Gutkovskiy, Feb 24 2017
E.g.f.: x^2*(1 + 19*x + 30*x^2 + 11*x^3 + x^4)*exp(x)/2. - G. C. Greubel, Mar 11 2021
MAPLE
MATHEMATICA
Table[n*(n-1)^3*(n^2 -n -1)/2, {n, 0, 35}] (* G. C. Greubel, Mar 11 2021 *)
PROG
(Magma) [n*(n-1)^3*(n^2-n-1)/2: n in [0..40]]; // Vincenzo Librandi, Jun 15 2011
(Sage) [n*(n-1)^3*(n^2 -n -1)/2 for n in (0..35)] # G. C. Greubel, Mar 11 2021
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jan 15 2005
STATUS
approved