OFFSET
0,3
LINKS
Clark Kimberling, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (0, 2, 4, 4, 8, 12, 8, 2)
FORMULA
G.f.: -((x (1 + x)^2 (1 + x^2 + 2 x^3 + x^4))/(-1 + 2 x^2 + 4 x^3 + 4 x^4 + 8 x^5 + 12 x^6 + 8 x^7 + 2 x^8)).
a(n) = 2*a(n-2) + 4*a(n-3) + 4*a(n-4) + 5*a(n-5) + 12*a(n-6) + 8*a(n-7) + 2*a(n-8) for n >= 9.
MATHEMATICA
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 07 2017
STATUS
approved