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.

A143914 Numerators of continued fraction convergents to e^(W(e-1)/(e-1)) where W(z) denotes the Lambert W function and e = 2.718281828...

Original entry on oeis.org

1, 2, 3, 8, 11, 30, 161, 835, 996, 552619, 1658853, 7188031, 8846884, 210666363, 430179610, 4082282853, 8594745316, 12677028169, 3875088336861, 3887765365030, 7762853701891, 11650619066921, 42714710902654
Offset: 0

Views

Author

Ross La Haye, Sep 05 2008

Keywords

Crossrefs

Cf. A141606 for decimal expansion, A143913 for continued fraction expansion.

Programs

  • Mathematica
    Table[Numerator[FromContinuedFraction[ContinuedFraction[E^((ProductLog[E - 1])/(E - 1)), n]]], {n, 1, 25}]