OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (2,0,-1,1).
FORMULA
a(n) = 2*a(n-1) - a(n-3) + a(n-4).
G.f.: (-x^3+x^2+2*x-2)/(x^4-x^3+2*x-1).
MATHEMATICA
LinearRecurrence[{2, 0, -1, 1}, {2, 2, 3, 5}, 40] (* Harvey P. Dale, May 08 2017 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved