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!)
A337569 Decimal expansion of the real solution to x^3 = 3 - x. 1
1, 2, 1, 3, 4, 1, 1, 6, 6, 2, 7, 6, 2, 2, 2, 9, 6, 3, 4, 1, 3, 2, 1, 3, 1, 3, 7, 7, 3, 8, 1, 4, 8, 9, 5, 2, 6, 6, 2, 2, 7, 0, 6, 5, 7, 3, 9, 6, 9, 8, 9, 3, 4, 9, 5, 5, 2, 7, 5, 6, 8, 3, 6, 2, 4, 2, 5, 6, 3, 2, 6, 9, 5, 2, 7, 7, 3, 8, 6, 9, 1, 7, 4, 0, 3, 5, 9, 2, 1, 3, 9, 1, 8, 4, 4, 4, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
x = (3 - (3 - (3 - ...)^(1/3))^(1/3))^(1/3).
The other two solutions are (w1*(81/2 + (3/2)*sqrt(741))^(1/3) + (81/2 - (3/2)*sqrt(741))^(1/3))/3 = -0.60670583... + 1.45061225...*i, where w1 = (-1 + sqrt(3)*i)/2, and its complex conjugate. With hyperbolic functions these solutions are -(1/3)*sqrt(3)*(sinh((1/3)*arcsinh((9/2)*sqrt(3))) - sqrt(3)*cosh((1/3)*arcsinh((9/2)*sqrt(3)))*i), and its complex conjugate. - Wolfdieter Lang, Sep 13 2022
LINKS
FORMULA
Equals (3/2 + sqrt(741/324))^(1/3) - (-3/2 + sqrt(741/324))^(1/3).
From Wolfdieter Lang, Sep 13 2022: (Start)
Equals (1/6)*(324 + 12*sqrt(741))^(1/3) - 2/(324 + 12*sqrt(741))^(1/3).
Equals ((81/2 + (3/2)*sqrt(741))^(1/3) + w1*(81/2 - (3/2)*sqrt(741))^(1/3))/3, with w1 = (-1 + sqrt(3)*i)/2, one of the complex roots of x^3 - 1.
Equals (2/3)*sqrt(3)*sinh((1/3)*arcsinh((9/2)*sqrt(3))). (End)
EXAMPLE
1.2134116627622296...
MAPLE
Digits:=100; solve(x^3+x-3=0); evalf(%)[1];
MATHEMATICA
RealDigits[x /. FindRoot[x^3 + x - 3, {x, 1}, WorkingPrecision -> 100], 10, 90][[1]] (* Amiram Eldar, Sep 03 2020 *)
PROG
(PARI) solve(n=0, 2, n^3+n-3]
(PARI) polroots(n^3+n-3)[1]
(PARI) polrootsreal(x^3+x-3)[1] \\ Charles R Greathouse IV, Oct 27 2023
(MATLAB) format long; solve('x^3+x-3=0'); ans(1), (eval(ans))
CROSSREFS
Sequence in context: A011358 A160188 A332864 * A244891 A322081 A279396
KEYWORD
nonn,cons
AUTHOR
Michal Paulovic, Sep 01 2020
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 September 15 17:15 EDT 2024. Contains 375938 sequences. (Running on oeis4.)