OFFSET
0,1
COMMENTS
If Schanuel's Conjecture is true, then i^i^i is transcendental (see Marques and Sondow 2010, p. 79).
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..10000
Steven Finch, Errata and Addenda to Mathematical Constants, arXiv:2001.00578 [math.HO], 2020-2022, Section 1.1.
Diego Marques and Jonathan Sondow, Schanuel's conjecture and algebraic powers z^w and w^z with z and w transcendental, arXiv:1010.6216 [math.NT], 2010-2011; East-West J. Math., 12 (2010), 75-84.
Wikipedia, Schanuel's conjecture.
FORMULA
Equals cos(Pi/2 * e^(-Pi/2)). - David Ulgenes, Feb 08 2024
EXAMPLE
i^(i^i) = 0.947158998072378380653475352018 + 0.320764449979308534660116845875 i.
MATHEMATICA
RealDigits[ Re[I^I^I], 10, 100] // First
PROG
(PARI) real(I^I^I) \\ Charles R Greathouse IV, May 15 2013
(Magma) C<I> := ComplexField(100); Real(I^I^I); // G. C. Greubel, May 11 2019
(Sage) numerical_approx((i^i^i).real(), digits=100) # G. C. Greubel, May 11 2019
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Peter C. Heinig (algorithms(AT)gmx.de), Apr 15 2007
STATUS
approved