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”).

A077901
Expansion of (1-x)^(-1)/(1+x-x^2-2*x^3).
1
1, 0, 2, 1, 2, 4, 1, 8, 2, 9, 10, 4, 25, 0, 34, 17, 18, 68, -15, 120, 2, 89, 154, -60, 393, -144, 418, 225, -94, 1156, -799, 1768, -254, 425, 2858, -2940, 6649, -3872, 4642, 4785, -7886, 21956, -20271, 26456, -2814, -11271, 61370, -78268, 117097, -72624, 33186, 128385, -240446, 435204
OFFSET
0,3
MATHEMATICA
CoefficientList[Series[(1-x)^(-1)/(1+x-x^2-2x^3), {x, 0, 80}], x] (* Harvey P. Dale, Mar 20 2011 *)
PROG
(PARI) Vec((1-x)^(-1)/(1+x-x^2-2*x^3)+O(x^99)) \\ Charles R Greathouse IV, Sep 27 2012
CROSSREFS
First differences are in A077971.
Sequence in context: A177701 A119765 A303325 * A105619 A302212 A302460
KEYWORD
sign,easy
AUTHOR
N. J. A. Sloane, Nov 17 2002
STATUS
approved