login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A344905 Decimal expansion of the solution to x^x = sqrt(2). 0
1, 3, 0, 4, 3, 5, 1, 1, 7, 8, 9, 0, 1, 0, 3, 6, 5, 3, 3, 6, 4, 7, 2, 0, 1, 2, 3, 1, 4, 8, 6, 2, 3, 4, 0, 7, 5, 0, 3, 5, 5, 3, 3, 8, 2, 9, 9, 8, 9, 0, 2, 3, 1, 7, 9, 8, 1, 7, 3, 3, 2, 0, 9, 5, 6, 8, 8, 9, 1, 5, 0, 9, 3, 2, 8, 7, 5, 7, 1, 2, 2, 1, 0, 0, 0, 4, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Equals log(2)/(2*LambertW(log(2)/2)). - Alois P. Heinz, Jun 02 2021
EXAMPLE
1.304351178901036533647201231486234...
MATHEMATICA
RealDigits[Log[Sqrt[2]]/ProductLog[Log[Sqrt[2]]], 10, 100][[1]] (* Amiram Eldar, Jun 02 2021 *)
RealDigits[x/.FindRoot[x^x==Sqrt[2], {x, 1}, WorkingPrecision-> 120], 10, 120][[1]] (* Harvey P. Dale, Jun 18 2021 *)
PROG
(PARI) solve(x=1, 2, x^x-sqrt(2)) \\ Hugo Pfoertner, Jun 02 2021
CROSSREFS
Cf. A030798.
Sequence in context: A349915 A072480 A243920 * A181839 A100939 A099925
KEYWORD
cons,nonn
AUTHOR
Christoph B. Kassir, Jun 01 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 30 07:39 EDT 2024. Contains 374737 sequences. (Running on oeis4.)