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!)
A300304 Decimal expansion of the solution to 2*(1-x)^x = x^x. 2
7, 2, 2, 8, 9, 2, 0, 8, 1, 1, 8, 3, 1, 4, 7, 7, 9, 5, 5, 3, 2, 3, 6, 5, 3, 5, 1, 2, 1, 9, 7, 7, 1, 6, 7, 4, 3, 5, 5, 8, 7, 7, 7, 3, 6, 7, 6, 8, 6, 4, 1, 7, 2, 0, 1, 2, 5, 4, 3, 6, 5, 1, 5, 1, 9, 9, 1, 3, 3, 4, 3, 4, 8, 7, 5, 2, 4, 6, 9, 4, 3, 1, 3, 0, 9, 4, 6, 5, 3, 8, 4, 4, 2, 5, 8, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
x = 1 / (1 + W(log(2)/2)/log(2)), where W(x) is the Lambert W-function; from G. C. Greubel.
EXAMPLE
0.7228920811831477955323653512197716743558777367686417201254365151991...
MATHEMATICA
RealDigits[1/(1 + LambertW[Log[2]/2]/Log[2]), 10, 100][[1]] (* G. C. Greubel, Mar 02 2018 *)
PROG
(PARI) 1/(1 + lambertw(log(2)/2)/log(2)) \\ G. C. Greubel, Mar 02 2018
CROSSREFS
Sequence in context: A199370 A334961 A154759 * A208647 A163981 A126341
KEYWORD
nonn,cons
AUTHOR
Hugo Pfoertner, Mar 02 2018
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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)