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.

A104689 Decimal expansion of solution to exp(x) = e + x.

Original entry on oeis.org

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

Views

Author

Zak Seidov, Apr 23 2005

Keywords

Comments

For the negative solution, see A202347.

Examples

			1.42037011802008345845842...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[x/.FindRoot[E^x==E+x,{x,1.4},WorkingPrecision->120], 10, 120] [[1]] (* Harvey P. Dale, Aug 01 2011 *)
    RealDigits[-E - LambertW[-1, -Exp[-E]], 10, 100][[1]] (* G. C. Greubel, Nov 09 2017 *)
  • PARI
    solve(x=0, 2, exp(x)-exp(1)-x) \\ Michel Marcus, Nov 09 2017