OFFSET
0,2
LINKS
Colin Barker, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).
FORMULA
MATHEMATICA
Table[n (n + 1) (7 n + 5)/6, {n, 0, 50}]
LinearRecurrence[{4, -6, 4, -1}, {0, 4, 19, 52}, 50] (* Harvey P. Dale, May 03 2023 *)
PROG
(PARI) concat(0, Vec(x*(4 + 3*x)/(1 - x)^4 + O(x^40))) \\ Colin Barker, May 25 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Bruno Berselli, May 23 2018
STATUS
approved