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