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.

A333761 Decimal expansion of root of the equation LambertW(r) = 1 - r.

Original entry on oeis.org

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

Views

Author

Vaclav Kotesovec, Jun 09 2020

Keywords

Examples

			0.59894186245845296434937462499354337090439301349540222363040350792213...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[r/.FindRoot[LambertW[r] == 1 - r, {r, 1/2}, WorkingPrecision->150], 10, 120][[1]]
  • PARI
    solve(x=0, 1, 1-x-lambertw(x)) \\ Michel Marcus, Jun 09 2020