OFFSET
1,2
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..1000
Index entries for linear recurrences with constant coefficients, signature (3, -1, -3, -1, 3, 6, -6, -3, 1, 3, 1, -3, 1).
FORMULA
G.f.: x*(x^8-x^7-x^6-2*x^5+2*x^4+x^3-3*x^2-2*x-1)/((x^3-1)^2*(x^2-1)^2*(x-1)^3).
PROG
(PARI) Vec((G(3, x) - G(2, x))*(1 - x) + O(x^30)) \\ G defined in A028657. - Andrew Howroyd, Feb 28 2023
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Vladeta Jovovic, Jun 03 2000
EXTENSIONS
Terms a(37) and beyond from Andrew Howroyd, Mar 25 2020
STATUS
approved