OFFSET
0,2
COMMENTS
LINKS
Daniel Poveda Parrilla, Table of n, a(n) for n = 0..10000
Daniel Poveda Parrilla, Illustration of initial terms
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
MATHEMATICA
Table[4 n (n + 1) (n^2 + n + 1), {n, 0, 28}] (* or *) CoefficientList[Series[24 (x + 2 x^2 + x^3)/(1 - x)^5, {x, 0, 28}], x] (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {0, 24, 168, 624, 1680}, 29]
PROG
(PARI) Vec(24*(x + 2*x^2 + x^3)/(1 - x)^5 + O(x^28))
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Daniel Poveda Parrilla, Jun 10 2017
STATUS
approved