OFFSET
0,4
COMMENTS
LINKS
Clark Kimberling, Table of n, a(n) for n = 0..2000
Index entries for linear recurrences with constant coefficients, signature (1, 0, 1, 1)
FORMULA
a(n) = a(n-1) + a(n-3) + a(n-4), where a(0) = 0, a(1) = 0, a(2) = 0, a(3) = 2.
a(n) = 2*A006498(n-3) for n >= 3.
G.f.: -((2 x^3)/(-1 + x + x^3 + x^4)).
MATHEMATICA
LinearRecurrence[{1, 0, 1, 1}, {0, 0, 0, 2}, 100]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Nov 27 2017
STATUS
approved