OFFSET
1,1
COMMENTS
Seems to be the first column of A316349.
LINKS
Colin Barker, Table of n, a(n) for n = 1..1000
Index entries for linear recurrences with constant coefficients, signature (6,-15,20,-15,6,-1).
FORMULA
G.f.: x*(31 + 326*x + 336*x^2 + 26*x^3 + x^4) / (1 - x)^6.
a(n) = 6*n^5 + 15*n^4 + 10*n^3.
a(n) = 6*a(n-1) - 15*a(n-2) + 20*a(n-3) - 15*a(n-4) + 6*a(n-5) - a(n-6) for n>6.
PROG
(PARI) Vec(x*(31 + 326*x + 336*x^2 + 26*x^3 + x^4) / (1 - x)^6 + O(x^40))
(PARI) a(n) = 6*n^5 + 15*n^4 + 10*n^3
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Aug 12 2018
STATUS
approved