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.

A293986 E.g.f.: exp((1/(1-x)^7 - 1)/7).

Original entry on oeis.org

1, 1, 9, 97, 1249, 19041, 338281, 6872929, 156878337, 3964344769, 109649487241, 3290138609121, 106344130171489, 3680908100971297, 135759417307847529, 5312294503297893601, 219710817062641086721, 9572694339517999983489, 438078249108592685152777
Offset: 0

Views

Author

Seiichi Manyama, Oct 21 2017

Keywords

Crossrefs

Column k=8 of A291709.

Programs

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