login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A077890
Expansion of (1-x)^(-1)/(1+x^2+2*x^3).
1
1, 1, 0, -2, -1, 3, 6, 0, -11, -11, 12, 34, 11, -57, -78, 36, 193, 121, -264, -506, 23, 1035, 990, -1080, -3059, -899, 5220, 7018, -3421, -17457, -10614, 24300, 45529, -3071, -94128, -87986, 100271, 276243, 75702, -476784, -628187, 325381, 1581756, 930994, -2232517, -4094505, 370530
OFFSET
0,4
MATHEMATICA
CoefficientList[Series[(1-x)^(-1)/(1+x^2+2*x^3), {x, 0, 50}], x] (* or *) LinearRecurrence[{1, -1, -1, 2}, {1, 1, 0, -2}, 50] (* Harvey P. Dale, Apr 07 2018 *)
CROSSREFS
Sequence in context: A241498 A143581 A096871 * A077877 A144867 A081520
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Nov 17 2002
STATUS
approved