OFFSET
0,1
COMMENTS
This is the real part of i^i^i^i^i^i...
REFERENCES
Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 6.11, p. 449.
LINKS
Eric Weisstein's World of Mathematics, i.
Eric Weisstein's World of Mathematics, Power Tower.
FORMULA
The value is 2 (i/Pi) W(-i Pi/2) = 0.4382829... + i 0.360592..., where W denotes the principal branch of the Lambert W function. - David W. Cantrell, Nov 23 2007
EXAMPLE
0.43828293672703211162697516355126482426789735164639460360922124049579153222269568...
MAPLE
evalf(Re(2*I*LambertW(-I*Pi/2)/Pi), 137); # Alois P. Heinz, Dec 12 2023
MATHEMATICA
Prepend@@RealDigits[Re[ -ProductLog[ -Log[I]]/Log[I]], 10, 150]
PROG
(PARI) z=(1+I)/2; e=.1^default(realprecision); until(e>abs(z-z-=(z-I^z)/(1-I^(z+1)*Pi/2)), ); digits(real(z)\e) \\ M. F. Hasler, May 17 2018
(PARI) real(lambertw(-I*Pi/2)*2*I/Pi) \\ Charles R Greathouse IV, Sep 26 2025
CROSSREFS
KEYWORD
AUTHOR
Eric W. Weisstein, Nov 07 2002
STATUS
approved
