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.

A375596 Decimal expansion of 1/(1 - W(1/e)), where W is the Lambert W function.

Original entry on oeis.org

1, 3, 8, 5, 9, 3, 3, 2, 7, 5, 9, 9, 8, 1, 9, 4, 2, 5, 3, 8, 6, 0, 6, 2, 1, 8, 1, 4, 8, 8, 2, 5, 1, 5, 8, 6, 0, 6, 4, 5, 1, 3, 2, 7, 9, 6, 5, 7, 0, 5, 8, 1, 7, 7, 9, 1, 6, 7, 6, 7, 1, 4, 2, 5, 2, 7, 8, 6, 1, 8, 1, 9, 7, 2, 3, 1, 0, 5, 1, 8, 1, 9, 3, 3, 3, 3, 9, 5, 2, 6, 7, 0, 6, 5, 4, 2, 6, 5, 2, 0
Offset: 1

Views

Author

Stefano Spezia, Aug 20 2024

Keywords

Examples

			1.38593327599819425386062181488251586064513...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[1/(1-ProductLog[1/E]),10,100][[1]]
  • PARI
    1/(1-lambertw(1/exp(1))) \\ Michel Marcus, Aug 20 2024

Formula

Equals 1/(1 - A202357).