OFFSET
1,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,4,0,-2,0,-2,0,1).
FORMULA
a(n) = 4*a(n-2) - 2*a(n-4) - 2*a(n-6) + a(n-8).
PROG
(PARI) my(N=40, x='x+O('x^N)); Vec(x*(3+4*x-7*x^2-6*x^3-x^4-4*x^5+3*x^6+2*x^7)/((1-x)*(1+x)*(1-3*x^2-x^4+x^6)))
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, May 23 2026
STATUS
approved
