A186503 Decimal expansion of the solution x to x^x = 13.
2, 6, 4, 1, 0, 6, 1, 9, 1, 6, 4, 8, 4, 3, 9, 5, 8, 0, 8, 4, 1, 1, 8, 3, 9, 0, 0, 4, 0, 6, 5, 7, 9, 1, 2, 5, 4, 9, 3, 0, 8, 7, 3, 2, 2, 4, 6, 0, 5, 9, 4, 9, 6, 6, 7, 7, 1, 5, 2, 7, 2, 7, 2, 4, 0, 4, 8, 1, 8, 9, 5, 4, 6, 4, 0, 1, 5, 3, 1, 0, 4, 1, 9, 9, 5, 1, 3, 5, 4, 0, 2, 1, 3, 5, 2, 8, 2, 8, 7, 4, 6, 1
Offset: 1
Examples
2.6410619164843958084118390040657912549308732...
Crossrefs
Programs
-
Mathematica
x=13;RealDigits[Log[x]/ProductLog[Log[x]],10,103][[1]] RealDigits[x/.FindRoot[x^x==13,{x,2.6},WorkingPrecision->120],10,120][[1]] (* Harvey P. Dale, Feb 07 2025 *)
Formula
Equals log(13)/LambertW(log(13)). - Alois P. Heinz, Jun 16 2021