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.

A291985 Expansion of 1/((1+x)*(1+x^2)*(1+x^3)*(1+x^4)*(1+x^5)).

Original entry on oeis.org

1, -1, 0, -1, 1, -1, 2, -1, 2, -3, 2, -3, 3, -3, 4, -4, 5, -5, 5, -6, 6, -7, 7, -7, 9, -9, 9, -10, 10, -11, 12, -12, 13, -14, 14, -15, 16, -16, 17, -18, 19, -20, 20, -21, 22, -23, 24, -24, 26, -27, 27, -29, 29, -30, 32, -32, 34, -35, 35, -37, 38, -39, 40, -41, 43
Offset: 0

Views

Author

Seiichi Manyama, Sep 07 2017

Keywords

Crossrefs

Programs

  • PARI
    Vec(1/((1+x)*(1+x^2)*(1+x^3)*(1+x^4)*(1+x^5)) + O(x^100))