OFFSET
666262452970848504,1
COMMENTS
The offset equals the floor(Pi^Pi^Pi*Log_10(Pi))+1. - Robert G. Wilson v, Mar 13 2014
Whether this number is an integer or not is an open question. It is also an open question whether Pi^Pi^Pi^...^Pi^Pi n times is an integer for any natural n > 4. - Eliora Ben-Gurion, Nov 17 2019
EXAMPLE
9.080222455390617769723931713284287746516046358131897359946935926336845199... *10^666262452970848503
MATHEMATICA
nbrdgt = 105; f[base_, exp_] := RealDigits[ 10^FractionalPart[ N[exp*Log10[base], nbrdgt + Floor[Log10[exp]] + 2]], 10, nbrdgt][[1]]; f[Pi, Pi^Pi^Pi] (* Robert G. Wilson v, Mar 13 2014 *)
PROG
(PARI) LP(a, b)=[10^frac(a=log(a)/log(10)*b), a\1] /* returns [m, e] such that a^b = m*10^e */
LP(Pi, Pi^Pi^Pi)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
M. F. Hasler, Dec 26 2011
STATUS
approved