A173162 Decimal expansion of the solution x to x^x=8.
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, 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, 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
Offset: 1
Examples
2.3884234..^2.3884234..=8
Programs
-
Mathematica
x=8;RealDigits[Log[x]/ProductLog[Log[x]],10,6! ][[1]]
Formula
Digits of log(8)/W(log(8)).
Extensions
Keyword:cons added by R. J. Mathar, Feb 13 2010
Comments