login
A358939
Decimal expansion of the real root of x^5 + x^3 - 1.
3
8, 3, 7, 6, 1, 9, 7, 7, 4, 8, 2, 6, 9, 6, 2, 1, 8, 4, 9, 9, 7, 5, 2, 7, 2, 9, 4, 1, 9, 1, 8, 0, 6, 0, 9, 3, 9, 2, 5, 0, 5, 4, 5, 1, 8, 5, 8, 9, 6, 0, 2, 3, 7, 9, 1, 2, 5, 3, 0, 5, 5, 6, 9, 1, 2, 3, 7, 8, 5, 2, 9, 6, 3, 4, 6, 2
OFFSET
0,1
COMMENTS
The other (complex) roots are 0.217853219392291296... + 1.16695124566484991...*i and -0.636663106805772389... + 0.664701565064356279...*i, together with their conjugates.
EXAMPLE
0.83761977482696218499752729419180609392505451858960237912530556912378529...
MATHEMATICA
RealDigits[x /. FindRoot[x^5 + x^3 - 1, {x, 1}, WorkingPrecision -> 120], 10, 120][[1]] (* Amiram Eldar, Dec 15 2022 *)
PROG
(PARI) polrootsreal(x^5 + x^3 - 1)[1] \\ Charles R Greathouse IV, Apr 05 2026
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Wolfdieter Lang, Dec 15 2022
STATUS
approved