A358939 Decimal expansion of the real root of x^5 + x^3 - 1.
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
Examples
0.83761977482696218499752729419180609392505451858960237912530556912378529...
Programs
-
Mathematica
RealDigits[x /. FindRoot[x^5 + x^3 - 1, {x, 1}, WorkingPrecision -> 120], 10, 120][[1]] (* Amiram Eldar, Dec 15 2022 *)
Comments