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”).
%I #6 Dec 03 2014 20:05:34
%S 1,3,0,0,9,6,2,2,2,6,3,5,8,8,5,4,3,9,2,7,3,2,6,4,0,8,5,2,6,1,8,5,6,0,
%T 5,1,0,2,4,9,8,5,5,6,9,6,8,2,9,8,4,3,1,0,8,0,6,2,9,2,5,7,3,4,4,8,0,9,
%U 9,4,0,5,6,2,3,4,7,0,8,2,5,9,4,1,8,4,6,7,3,1,7,3,2,6,4,3,1,5,5,9,8,1,2,4,7,6,6,9,1,1,9,0,3,4,5,0,9,8,7,3
%N Decimal expansion of solution to x^(3^x)=3.
%F x = 1.3009622263588543927... ; x^(3^x)=3.
%t RealDigits[x/.FindRoot[x^(3^x)==3,{x,1.3},WorkingPrecision->120]][[1]] (* _Harvey P. Dale_, Aug 08 2012 *)
%Y Cf. A103561, A104750-A104761.
%K cons,nonn
%O 1,2
%A _Zak Seidov_, Mar 23 2005
%E More terms from _Harvey P. Dale_, Aug 08 2012