A186501 Decimal expansion of the solution x to x^x = 11.
2, 5, 5, 5, 6, 0, 4, 6, 1, 2, 1, 0, 0, 8, 2, 0, 6, 1, 5, 2, 5, 1, 4, 5, 4, 2, 6, 5, 4, 7, 1, 6, 6, 8, 8, 2, 5, 1, 6, 6, 6, 2, 4, 5, 5, 4, 6, 7, 7, 0, 0, 8, 2, 6, 5, 7, 4, 4, 4, 7, 7, 9, 0, 5, 1, 9, 4, 6, 9, 4, 0, 9, 1, 0, 5, 5, 6, 7, 9, 2, 3, 8, 0, 7, 8, 5, 3, 5, 0, 3, 1, 4, 6, 9, 5, 3, 6, 8, 2, 1, 6, 6
Offset: 1
Examples
2.5556046121008206152514542654716688251666246..
Crossrefs
Programs
-
Mathematica
x=11;RealDigits[Log[x]/ProductLog[Log[x]],10,103][[1]] RealDigits[x/.FindRoot[x^x==11,{x,2},WorkingPrecision->110]][[1]] (* Harvey P. Dale, Nov 13 2011 *)
Comments