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