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 #5 Mar 31 2012 12:38:28
%S 2,3,8,8,4,2,3,4,8,4,4,9,9,3,3,8,5,5,6,4,1,8,7,2,1,5,0,1,5,6,8,3,9,6,
%T 0,7,7,3,2,2,8,3,5,0,6,3,2,5,8,7,2,5,5,3,8,2,2,7,3,9,4,0,2,9,2,3,2,6,
%U 1,2,4,2,9,8,7,9,5,5,4,6,0,6,1,2,1,4,0,3,9,7,4,5,5,9,3,7,1,2,9,5,3,7,7,8,9
%N Decimal expansion of the solution x to x^x=8.
%F Digits of log(8)/W(log(8)).
%e 2.3884234..^2.3884234..=8
%t x=8;RealDigits[Log[x]/ProductLog[Log[x]],10,6! ][[1]]
%Y Cf. A030437, A030797, A030798, A173158-A173161.
%K nonn,cons
%O 1,1
%A _Vladimir Joseph Stephan Orlovsky_, Feb 11 2010
%E Keyword:cons added by _R. J. Mathar_, Feb 13 2010