login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104689 Decimal expansion of solution to exp(x) = e + x. 3
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 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For the negative solution, see A202347.
LINKS
EXAMPLE
x = 1.42037011802008345845842...
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 *)
PROG
(PARI) solve(x=0, 2, exp(x)-exp(1)-x) \\ Michel Marcus, Nov 09 2017
CROSSREFS
Sequence in context: A176066 A309987 A350358 * A182501 A048819 A076114
KEYWORD
cons,nonn
AUTHOR
Zak Seidov, Apr 23 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)