OFFSET
0,4
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (0,0,3,-2).
MATHEMATICA
CoefficientList[Series[(1-x)^(-1)/(1+x+x^2-2x^3), {x, 0, 50}], x] (* Harvey P. Dale, Mar 03 2026 *)
(* Alternative: *)
LinearRecurrence[{0, 0, 3, -2}, {1, 0, 0, 3}, 50] (* Harvey P. Dale, Mar 03 2026 *)
CROSSREFS
KEYWORD
sign,easy,changed
AUTHOR
N. J. A. Sloane, Nov 17 2002
STATUS
approved
