OFFSET
0,3
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 (5,-10,10,-5,1).
FORMULA
G.f.: x*(1 + x + 10*x^2)/(1 - x)^5. - Ilya Gutkovskiy, Feb 24 2017
PROG
(Magma) [n*(n+1)*(n^2-2*n+2)/2: n in [0..40]]; // Vincenzo Librandi, May 26 2011
(PARI) a(n)=n*(n+1)*(n^2-2*n+2)/2 \\ Charles R Greathouse IV, Feb 24 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jan 15 2005
STATUS
approved