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.

A294257 E.g.f.: exp((1-x)*(1-x^2)*(1-x^3)*(1-x^4) - 1).

Original entry on oeis.org

1, -1, -1, 5, 1, 199, -1409, -4579, 25985, 23759, 13872511, -129511691, -1050605951, 4703204375, 33833371391, 6781977225869, -71864943455999, -926469142419809, -2738986440688385, 11032808190085349, 16738876153047304961, -146356319119622810521
Offset: 0

Views

Author

Seiichi Manyama, Oct 26 2017

Keywords

Crossrefs

Column k=4 of A294254.

Programs

  • PARI
    N=66; x='x+O('x^N); Vec(serlaplace(exp((1-x)*(1-x^2)*(1-x^3)*(1-x^4)-1)))