OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (-1,3,-2,1)
FORMULA
MAPLE
MATHEMATICA
CoefficientList[Series[1/((1 + 2*x - x^2 + x^3)(1 - x)), {x, 0, 30}], x]
LinearRecurrence[{-1, 3, -2, 1}, {1, -1, 4, -9}, 40] (* Harvey P. Dale, Feb 10 2024 *)
PROG
(PARI) Vec((1-x)^(-1)/(1+2*x-x^2+x^3)+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
CROSSREFS
KEYWORD
sign,easy
AUTHOR
N. J. A. Sloane, Nov 17 2002
STATUS
approved