The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A357102 Decimal expansion of the real root of x^3 + 2*x - 2. 2
7, 7, 0, 9, 1, 6, 9, 9, 7, 0, 5, 9, 2, 4, 8, 1, 0, 0, 8, 2, 5, 1, 4, 6, 3, 6, 9, 3, 0, 7, 0, 2, 6, 9, 6, 7, 2, 5, 5, 0, 5, 3, 1, 1, 9, 3, 6, 3, 3, 2, 8, 6, 1, 5, 1, 0, 0, 5, 9, 8, 4, 9, 2, 9, 7, 6, 7, 3, 5, 1, 0, 3, 2, 8, 2, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The other two roots are (w1*(27 + 3*sqrt(105))^(1/3) + (27 - 3*sqrt(105))^(1/3))/3 = -0.3854584985... + 1.5638845105...*i, and its complex conjugate, where w1 = (-1 + sqrt(3)*i)/2 = exp(2*Pi*i/3) is one of the complex roots of x^3 - 1.
Using hyperbolic functions these roots are -(1/3)*sqrt(6)*(sinh((1/3)* arcsinh((3/4)*sqrt(6))) + sqrt(3)*cosh((1/3)*arcsinh((3/4)*sqrt(6)))*i), and its complex conjugate.
LINKS
FORMULA
r = (1/3)*(27 + 3*sqrt(105))^(1/3) - 2/(27 + 3*sqrt(105))^(1/3).
r = ((27 + 3*sqrt(105))^(1/3)+ w1*(27 - 3*sqrt(105))^(1/3))/3, where w1 = (-1 + sqrt(3)*i)/2 = exp(2*Pi*i/3) is one of the complex roots of x^3 - 1.
r = (2/3)*sqrt(6)*sinh((1/3)*arcsinh((3/4)*sqrt(6))).
EXAMPLE
0.770916997059248100825146369307026967255053119363328615100598492976735103...
MATHEMATICA
RealDigits[x /. FindRoot[x^3 + 2*x - 2, {x, 1}, WorkingPrecision -> 120]][[1]] (* Amiram Eldar, Sep 21 2022 *)
PROG
(PARI) solve(x=0, 1, x^3 + 2*x - 2) \\ Michel Marcus, Sep 23 2022
(PARI) polrootsreal(x^3 + 2*x - 2)[1] \\ Charles R Greathouse IV, Sep 30 2022
CROSSREFS
Cf. A273066.
Sequence in context: A064890 A196602 A200622 * A258149 A278717 A241009
KEYWORD
nonn,cons,easy
AUTHOR
Wolfdieter Lang, Sep 20 2022
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 June 7 02:28 EDT 2024. Contains 373140 sequences. (Running on oeis4.)