OFFSET
1,1
COMMENTS
Seems to be the negative of the first column of A316387.
LINKS
Colin Barker, Table of n, a(n) for n = 1..1000
Index entries for linear recurrences with constant coefficients, signature (8,-28,56,-70,56,-28,8,-1).
FORMULA
G.f.: x*(125 + 8028*x + 42237*x^2 + 42272*x^3 + 8007*x^4 + 132*x^5 - x^6) / (1 - x)^8.
a(n) = 20*n^7 + 70*n^6 + 70*n^5 - 28*n^3 - 7*n^2.
a(n) = 8*a(n-1) - 28*a(n-2) + 56*a(n-3) - 70*a(n-4) + 56*a(n-5) - 28*a(n-6) + 8*a(n-7) - a(n-8) for n>8.
PROG
(PARI) Vec(x*(125 + 8028*x + 42237*x^2 + 42272*x^3 + 8007*x^4 + 132*x^5 - x^6) / (1 - x)^8 + O(x^40))
(PARI) a(n) = 20*n^7 + 70*n^6 + 70*n^5 - 28*n^3 - 7*n^2
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Aug 13 2018
STATUS
approved