A141606 Decimal expansion of (W(e-1)/(e-1))^(1/(1-e)), where W(z) denotes the Lambert W function and e = 2.718281828...
1, 5, 7, 8, 4, 4, 6, 9, 1, 4, 1, 9, 1, 2, 7, 6, 1, 8, 6, 9, 1, 1, 4, 7, 1, 4, 5, 7, 2, 5, 0, 5, 8, 8, 7, 1, 8, 6, 2, 5, 0, 8, 5, 8, 8, 1, 7, 2, 6, 9, 7, 2, 6, 3, 7, 0, 9, 1, 7, 8, 2, 9, 6, 2, 5, 7, 9, 8, 3, 1, 3, 1, 3, 0, 2, 9, 8, 6, 4, 6, 0, 1, 8, 7, 1, 0, 0, 5, 1, 8, 5, 6, 3, 8, 8, 6, 3, 7, 3, 7, 1, 0, 5, 5, 5
Offset: 1
Examples
1.57844691419127618691147145725058871862508588172697263709178296257...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
- Eric Weisstein, Lambert W-Function
- Eric Weisstein, Power Tower
Crossrefs
Cf. A001113.
Programs
-
Mathematica
RealDigits[(ProductLog[E-1]/(E-1))^(1/(1-E)),10,111][[1]]
-
PARI
(lambertw(exp(1)-1)/(exp(1)-1))^(1/(1-exp(1))) \\ G. C. Greubel, Mar 02 2018
Extensions
More terms from Robert G. Wilson v, Aug 25 2008
Comments