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!)
A302973 Decimal expansion of the solution to (1 + x)*x^x = (1 - x)^x. 3
2, 9, 3, 8, 6, 0, 0, 1, 3, 7, 8, 7, 3, 9, 9, 0, 3, 7, 5, 0, 9, 8, 3, 5, 1, 6, 4, 3, 5, 3, 4, 4, 7, 9, 2, 5, 9, 3, 5, 5, 3, 9, 4, 8, 9, 5, 7, 6, 3, 6, 7, 6, 2, 6, 3, 2, 4, 5, 8, 0, 0, 9, 6, 9, 2, 0, 4, 7, 4, 0, 2, 3, 2, 1, 3, 4, 9, 0, 1, 5, 4, 1, 5, 8, 2, 0, 7, 8, 0, 7, 3, 6, 9, 2, 4, 4, 4, 6, 3, 7, 8, 4, 8, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
0.2938600137873990375098351643534479...
MATHEMATICA
Take[RealDigits[x /. FindRoot[(1 + x)*x^x == (1 - x)^x, {x, 1/2}, WorkingPrecision -> 120], 10][[1]], 105] (* Vaclav Kotesovec, Apr 17 2018 *)
PROG
(PARI) solve(x=1/10, 1, (1 + x)*x^x - (1 - x)^x) \\ Michel Marcus, Apr 16 2018
CROSSREFS
Sequence in context: A199604 A260525 A366249 * A258403 A270202 A171534
KEYWORD
nonn,cons
AUTHOR
EXTENSIONS
More digits from Alois P. Heinz, Apr 16 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 28 04:16 EDT 2024. Contains 372020 sequences. (Running on oeis4.)