OFFSET
0,3
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+x-1)/(x^4-x^3+2*x-1).
MATHEMATICA
LinearRecurrence[{2, 0, -1, 1}, {1, 1, 3, 4}, 40] (* Harvey P. Dale, Jul 28 2019 *)
CROSSREFS
KEYWORD
nonn,easy,changed
AUTHOR
STATUS
approved