A357470 Decimal expansion of the real root of x^3 - x^2 - 2*x - 1.
2, 1, 4, 7, 8, 9, 9, 0, 3, 5, 7, 0, 4, 7, 8, 7, 3, 5, 4, 0, 2, 6, 2, 1, 4, 9, 6, 4, 9, 3, 0, 9, 8, 7, 3, 6, 4, 9, 1, 6, 7, 6, 6, 1, 5, 0, 3, 7, 0, 2, 8, 4, 2, 7, 9, 4, 4, 6, 9, 1, 1, 7, 1, 7, 8, 8, 9, 1, 5, 9, 6, 7, 5, 3, 7, 2, 0, 1
Offset: 1
Examples
2.147899035704787354026214964930987364916766150370284279446911717889159675...
Programs
-
Mathematica
RealDigits[x /. FindRoot[x^3 - x^2 - 2*x - 1, {x, 2}, WorkingPrecision -> 120]][[1]] (* Amiram Eldar, Oct 26 2022 *)
Formula
r = (2 + (4*(47 + 3*sqrt(93)))^(1/3) + 28*(4*(47 + 3*sqrt(93)))^(-1/3))/6.
r = (2 + (4*(47 + 3*sqrt(93)))^(1/3) + (4*(47 - 3*sqrt(93)))^(1/3))/6.
r = (1 + 2*sqrt(7)*cosh((1/3)*arccosh((47/98)*sqrt(7))))/3.
r = (1/3) + (188^(1/3)/3)*Hyper2F1([-1/6, 1/3], [1/2], 837/(47^2)). - Gerry Martens, Nov 04 2022
Comments