OFFSET
1,2
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
EXAMPLE
x = 1.8541059679210264327483707184102932454292... .
MAPLE
x^x=Pi; solve(%, x); evalf(%, 140); # solution is log(Pi)/LambertW(log(Pi)), where LambertW is the Omega function.
MATHEMATICA
x=Pi; RealDigits[Log[x]/ProductLog[Log[x]], 10, 6! ][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 11 2010 *)
RealDigits[x/.FindRoot[x^x==Pi, {x, 1}, WorkingPrecision->120], 10, 120][[1]] (* Harvey P. Dale, Nov 29 2024 *)
PROG
(PARI) solve(x=1, 2, x^x-Pi) \\ Michel Marcus, Jan 14 2015
(PARI) exp(lambertw(log(Pi))) \\ Charles R Greathouse IV, Nov 11 2017
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
James L. Dean (csvcjld(AT)nomvs.lsumc.edu)
EXTENSIONS
More terms from Simon Plouffe
Better name from Jon E. Schoenfield, Dec 30 2014
STATUS
approved