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.

A293987 E.g.f.: exp((1/(1-x)^8 - 1)/8).

Original entry on oeis.org

1, 1, 10, 118, 1648, 27136, 520336, 11417680, 281653408, 7694191648, 230059907776, 7461932378176, 260684280697600, 9752025371845888, 388715094054028288, 16438054175878813696, 734700126836545463296, 34591098659155269944320, 1710537337734107030161408
Offset: 0

Views

Author

Seiichi Manyama, Oct 21 2017

Keywords

Crossrefs

Column k=9 of A291709.

Programs

  • PARI
    N=66; x='x+O('x^N); Vec(serlaplace(exp((1/(1-x)^8-1)/8)))