login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Decimal expansion of solution to x^(5^x)=5.
6

%I #4 Mar 09 2015 11:12:11

%S 1,2,4,3,1,4,7,4,0,7,2,3,5,6,6,4,5,3,1,6,9,8,4,3,7,2,6,4,9,3,4,4,8,6,

%T 7,2,2,4,6,9,2,5,9,0,8,7,1,7,5,5,7,0,0,5,3,8,8,9,2,3,4,5,1,8,6,2,5,7,

%U 3,0,3,9,4,1,0,6,8,7,4,9,0,6,3,6,2,3

%N Decimal expansion of solution to x^(5^x)=5.

%F x=1.243147407235664531698; x^(5^x)=5

%t RealDigits[x/.FindRoot[x^5^x==5,{x,1},WorkingPrecision->120]][[1]] (* _Harvey P. Dale_, Mar 09 2015 *)

%Y Cf. A103561, A104750-A104761.

%K cons,nonn

%O 1,2

%A _Zak Seidov_, Mar 23 2005

%E More terms from _Harvey P. Dale_, Mar 09 2015