OFFSET
0,6
COMMENTS
It appears that (a(n)) has period 24.
LINKS
Colin Barker, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (1,0,0,1,-1,0,0,-1,1).
FORMULA
a(n) = a(n-1) + a(n-4) - a(n-5) - a(n-8) + a(n-9) for n > 8. - Colin Barker, May 18 2019
PROG
4jbasesigcycsumseq[ + .5'i + .5j' + .5'ij' + .5e], sumtype: Y[8] = (int)Y[6] - (int)Y[7] + Y[8] + sum (internal program code); apart from initial term 0.
(PARI) concat([0, 0], Vec(x^2*(1 + x)^2*(1 - 2*x + x^2 - 2*x^3 + x^4) / ((1 - x)*(1 - x^4 + x^8)) + O(x^40))) \\ Colin Barker, May 18 2019
CROSSREFS
KEYWORD
easy,sign
AUTHOR
Creighton Dement, Aug 20 2005
STATUS
approved