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!)
A220359 Decimal expansion of the root of the equation (1-r)^(2*r-1) = r^(2*r). 16
7, 0, 3, 5, 0, 6, 0, 7, 6, 4, 3, 0, 6, 6, 2, 4, 3, 0, 9, 6, 9, 2, 9, 6, 6, 1, 6, 2, 1, 7, 7, 7, 0, 9, 5, 2, 1, 3, 2, 4, 6, 8, 4, 5, 7, 4, 2, 4, 2, 8, 1, 5, 5, 5, 5, 8, 6, 2, 1, 5, 7, 1, 6, 5, 1, 0, 5, 1, 2, 3, 0, 6, 0, 0, 3, 9, 9, 4, 0, 1, 4, 4, 9, 5, 2, 5, 4, 5, 6, 8, 0, 4, 6, 0, 5, 7, 3, 1, 5, 1, 9, 8, 5, 4, 4, 8, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Constant is associated with A167008, A219206 and A219207.
LINKS
EXAMPLE
0.70350607643066243...
MAPLE
Digits:= 140:
v:= convert(fsolve( (1-r)^(2*r-1) = r^(2*r), r=1/2), string):
seq(parse(v[n+2]), n=0..120); # Alois P. Heinz, Dec 12 2012
MATHEMATICA
RealDigits[r/.FindRoot[(1-r)^(2*r-1)==r^(2*r), {r, 1/2}, WorkingPrecision->250], 10, 200][[1]]
PROG
(PARI) solve(x=.7, 1, (1-x)^(2*x-1) - x^(2*x)) \\ Charles R Greathouse IV, Apr 25 2016
CROSSREFS
Sequence in context: A215479 A239725 A126583 * A021591 A316599 A077185
KEYWORD
nonn,cons
AUTHOR
Vaclav Kotesovec, Dec 12 2012
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)