OFFSET
1,2
COMMENTS
The constant 1.559610469462... is transcendental. - Nick Hobson, Nov 29 2006
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
Nick Hobson, Solution to puzzle 29: x^x. Remark: x^x = 2.
Gianni Sarcone, Zoo of Numbers: Numbers NaN to 6, Archimedes Lab, Genoa, Italy.
Jonathan Sondow and Diego Marques, Algebraic and transcendental solutions of some exponential equations, arXiv:1108.6096 [math.NT], 2011; Annales Mathematicae et Informaticae 37 (2010) 151-164; see top of p. 4 in the link.
FORMULA
Equals log(2)/LambertW(log(2)). - Simon Plouffe, Mar 23 2005
Equals 1/A104748.
EXAMPLE
1.559610469462369349970388768765002993284883511843091424719594569...
MATHEMATICA
RealDigits[ Log[2]/ProductLog[Log[2]], 10, 111][[1]] (* Robert G. Wilson v, Mar 23 2005 *)
RealDigits[x/.FindRoot[x^x==2, {x, 1}, WorkingPrecision->120]][[1]] (* Harvey P. Dale, May 27 2020 *)
PROG
(PARI) solve(x=1, 2, x^x-2) \\ Michel Marcus, Jan 14 2015
(PARI) log(2)/lambertw(log(2)) \\ Charles R Greathouse IV, May 14 2019
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
EXTENSIONS
Definition clarified by Jonathan Sondow, Sep 02 2011
STATUS
approved