cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A077901 Expansion of (1-x)^(-1)/(1+x-x^2-2*x^3).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Nov 17 2002

Keywords

Crossrefs

First differences are in A077971.

Programs

  • Mathematica
    CoefficientList[Series[(1-x)^(-1)/(1+x-x^2-2x^3),{x,0,80}],x]  (* Harvey P. Dale, Mar 20 2011 *)
  • PARI
    Vec((1-x)^(-1)/(1+x-x^2-2*x^3)+O(x^99)) \\ Charles R Greathouse IV, Sep 27 2012