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!)
A030178 Decimal expansion of LambertW(1): the solution to x*exp(x) = 1. 51

%I #127 Aug 27 2022 18:50:34

%S 5,6,7,1,4,3,2,9,0,4,0,9,7,8,3,8,7,2,9,9,9,9,6,8,6,6,2,2,1,0,3,5,5,5,

%T 4,9,7,5,3,8,1,5,7,8,7,1,8,6,5,1,2,5,0,8,1,3,5,1,3,1,0,7,9,2,2,3,0,4,

%U 5,7,9,3,0,8,6,6,8,4,5,6,6,6,9,3,2,1,9,4,4,6,9,6,1,7,5,2,2,9,4,5,5,7,6,3,8

%N Decimal expansion of LambertW(1): the solution to x*exp(x) = 1.

%C Sometimes called the Omega constant.

%C Infinite power tower for c = 1/E, i.e., c^c^c^..., where c = 1/A068985. - _Stanislav Sykora_, Nov 03 2013

%C Notice the narrow interval exp(-gamma) < w(1) < gamma, with gamma = A001620. - _Jean-François Alcover_, Dec 18 2013

%C Also the solution to x = -log(x). - _Robert G. Wilson v_, Feb 22 2014

%H G. C. Greubel and Stanislav Sykora, <a href="/A030178/b030178.txt">Table of n, a(n) for n = 0..10000</a> (terms 0..1999 from Stanislav Sykora)

%H blackpenredpen, <a href="https://www.youtube.com/watch?v=EjUp_5X6io4">Finding Omega, featuring Newton's method</a>, video (2018).

%H Daniel Cummerow, <a href="https://web.archive.org/web/20091027122939/http://www.geocities.com/Vienna/9349/constants.html">Sound of Mathematics</a>, Constants.

%H István Mező, <a href="https://arxiv.org/abs/2012.02480">An integral representation for the Lambert W function</a>, arXiv:2012.02480 [math.CA], 2020.

%H Simon Plouffe, <a href="http://www.plouffe.fr/simon/constants/omega.txt">Lambert W(1, 0)</a>.

%H Simon Plouffe, <a href="http://www.worldwideschool.org/library/books/sci/math/MiscellaneousMathematicalConstants/chap70.html">The omega constant or W(1)</a>.

%H Stanislav Sykora, <a href="https://doi.org/10.3247/SL6Math16.002">Fixed points of the mappings exp(z) and -exp(z) in C</a>, Stan's Library, Vol. VI, 2016.

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/OmegaConstant.html">Omega Constant</a>.

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/LambertW-Function.html">Lambert W-Function</a>.

%H Wikipedia, <a href="https://en.wikipedia.org/wiki/Omega_constant">Omega constant</a>.

%H Wadim Zudilin, <a href="https://arxiv.org/abs/2004.11029">Diophantine problems related to the Omega constant</a>, arXiv:2004.11029 [math.NT], 2020.

%H <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>

%F Equals 1/A030797.

%F Equals (1/Pi) * Integral_{x=0..Pi} log(1 + sin(x)*exp(x*cot(x))/x) dx (Mező, 2020). - _Amiram Eldar_, Jul 04 2021

%e 0.5671432904097838729999686622103555497538157871865125081351310792230457930866...

%p evalf(LambertW(1));

%t RealDigits[ ProductLog[1], 10, 111][[1]] (* _Robert G. Wilson v_, May 19 2004 *)

%o (PARI) solve(x=0,1,x*exp(x)-1) \\ _Charles R Greathouse IV_, Mar 20 2012

%o (PARI) lambertw(1) \\ _Stanislav Sykora_, Nov 03 2013

%Y Cf. A019474, A059526, A059527, A238274.

%Y Cf. A276759 (another fixed point of -exp(z)).

%K nonn,cons

%O 0,1

%A _N. J. A. Sloane_

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 18 10:40 EDT 2024. Contains 371779 sequences. (Running on oeis4.)