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