A186504 Decimal expansion of the solution x to x^x = 14.
2, 6, 7, 8, 5, 2, 3, 4, 8, 5, 8, 9, 1, 2, 9, 9, 5, 8, 1, 3, 0, 1, 1, 9, 9, 0, 0, 1, 0, 0, 9, 9, 5, 0, 6, 1, 5, 7, 7, 8, 6, 9, 9, 1, 7, 5, 5, 6, 1, 7, 3, 6, 5, 7, 7, 8, 6, 0, 8, 7, 2, 5, 0, 8, 8, 2, 3, 9, 9, 0, 0, 6, 9, 2, 8, 6, 8, 7, 8, 9, 9, 6, 2, 9, 4, 7, 4, 8, 7, 5, 1, 0, 0, 7, 1, 3, 8, 4, 0, 9, 1, 5
Offset: 1
Examples
2.6785234858912995813011990010099506157786992..
Crossrefs
Programs
-
Mathematica
x=14;RealDigits[Log[x]/ProductLog[Log[x]],10,200][[1]] RealDigits[x/.FindRoot[x^x==14,{x,2},WorkingPrecision->120]][[1]] (* Harvey P. Dale, Aug 08 2023 *)