The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A352771 Decimal expansion of the unique real solution to exp(x) = 1/x - 1. 0
4, 0, 1, 0, 5, 8, 1, 3, 7, 5, 4, 1, 5, 4, 7, 0, 3, 5, 6, 5, 0, 6, 2, 5, 3, 7, 5, 0, 0, 6, 4, 5, 6, 6, 2, 9, 0, 9, 5, 6, 0, 6, 9, 8, 6, 5, 0, 4, 5, 9, 7, 7, 7, 6, 3, 6, 9, 5, 9, 6, 4, 9, 2, 0, 7, 7, 8, 6, 9, 6, 3, 9, 9, 5, 4, 5, 7, 9, 6, 9, 9, 9, 5, 3, 3, 2, 5, 8, 1, 7, 1, 2, 9, 0, 8, 6, 2, 7, 6, 7, 4, 4, 4, 3, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
István Mező, The Lambert W Function, Its Generalizations and Applications, CRC Press, 2022.
LINKS
István Mező and Árpád Baricz, On the generalization of the Lambert W function with applications in theoretical physics, arXiv:1408.3999 [math.CA], 2014-2015.
István Mező and Árpád Baricz, On the generalization of the Lambert W function, Trans. Amer. Math. Soc., Vol. 369, No. 11 (2017), pp. 7917-7934.
FORMULA
Equals W_1(1), where W_1(x) is the 1-Lambert function.
Equals 1/2 + Sum_{n>=2} (Sum_{k=1..n-1} ((n+k-1)!/(n-1)!) * Stirling2(n-1,k)*(-1/2)^k)/(2^n*n!).
Both formulas are from Mező and Baricz (2017).
EXAMPLE
0.40105813754154703565062537500645662909560698650459...
MATHEMATICA
RealDigits[x /. FindRoot[Exp[x] == 1/x - 1, {x, 1}, WorkingPrecision -> 120]][[1]]
PROG
(PARI) solve(x=0.1, 1, exp(x) - 1/x + 1) \\ Michel Marcus, Apr 02 2022
CROSSREFS
Sequence in context: A333274 A147311 A147312 * A271423 A372762 A019974
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Apr 02 2022
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 June 5 16:08 EDT 2024. Contains 373107 sequences. (Running on oeis4.)