A358942 Decimal expansion of the real root of x^5 - x^2 - 1.
1, 1, 9, 3, 8, 5, 9, 1, 1, 1, 3, 2, 1, 2, 2, 3, 0, 1, 2, 0, 0, 9, 0, 2, 0, 7, 4, 6, 2, 9, 8, 0, 3, 1, 1, 2, 4, 5, 1, 4, 5, 2, 4, 2, 6, 9, 4, 8, 6, 4, 4, 4, 5, 0, 9, 6, 0, 2, 0, 8, 1, 4, 0, 1, 5, 9, 6, 0, 3, 5, 5, 6, 2, 3, 8, 5
Offset: 1
Examples
1.19385911132122301200902074629803112451452426948644450960208140159603556...
Programs
-
Mathematica
RealDigits[x /. FindRoot[x^5 - x^2 - 1, {x, 1}, WorkingPrecision -> 120], 10, 120][[1]] (* Amiram Eldar, Dec 15 2022 *)
Comments