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