A305187 Decimal expansion of the solution to x^x^x = 3.
1, 6, 3, 5, 0, 7, 8, 4, 7, 4, 6, 3, 6, 3, 7, 5, 2, 4, 5, 8, 9, 9, 7, 5, 7, 1, 9, 8, 7, 8, 7, 5, 0, 0, 8, 8, 8, 1, 2, 3, 9, 8, 2, 1, 9, 2, 7, 6, 8, 1, 4, 6, 1, 9, 3, 5, 1, 7, 4, 4, 4, 5, 6, 2, 8, 9, 6, 7, 6, 2, 4, 6, 2, 3, 1, 6, 3, 0, 3, 6, 7, 6, 2, 0, 9, 1, 9, 5, 5, 7, 2, 0, 7, 9, 0, 4, 6, 9, 7, 3, 4, 1, 0, 7
Offset: 1
Examples
1.635078474636375245899757198787500888...
Programs
-
Mathematica
RealDigits[ FindRoot[ x^x^x == 3, {x, 1}, WorkingPrecision -> 128][[1, 2]]][[1]] (* Robert G. Wilson v, Jun 13 2018 *)
-
PARI
default(realprecision,333); solve(x=1.6, 1.7, x^x^x-3) \\ Joerg Arndt, May 27 2018
Extensions
More digits from Michel Marcus, Joerg Arndt, May 27 2018
Comments