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