OFFSET
1,6
LINKS
Index entries for linear recurrences with constant coefficients, signature (1, 0, 1, 0, 1).
FORMULA
a(1)=1, a(2)=0, a(3)=1, a(4)=0, a(5)=1, a(n)=a(n-1)+a(n-3)+a(n-5).
G.f.: ( -x*(x-1)*(x^3-x^2-1) ) / ( -1+x+x^3+x^5 ). - R. J. Mathar, Apr 17 2016
MATHEMATICA
With[{c={1, 0, 1, 0, 1}}, LinearRecurrence[c, c, 100]]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Harvey P. Dale, Apr 17 2016
STATUS
approved