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.

A029168 Expansion of 1/((1-x^2)(1-x^3)(1-x^10)(1-x^11)).

Original entry on oeis.org

1, 0, 1, 1, 1, 1, 2, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 9, 9, 11, 11, 13, 13, 15, 15, 17, 17, 20, 20, 23, 24, 26, 27, 30, 30, 33, 34, 37, 38, 42, 43, 47, 48, 52, 53, 57, 58, 63, 64, 69, 71, 76, 78, 83, 85, 90, 92, 98, 100
Offset: 0

Views

Author

Keywords

Programs

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