A358181 Decimal expansion of the real root of x^3 - 2*x^2 - x - 1.
2, 5, 4, 6, 8, 1, 8, 2, 7, 6, 8, 8, 4, 0, 8, 2, 0, 7, 9, 1, 3, 5, 9, 9, 7, 5, 0, 8, 8, 0, 9, 7, 9, 1, 5, 2, 8, 8, 1, 1, 2, 7, 0, 3, 3, 7, 4, 5, 2, 0, 0, 6, 1, 2, 9, 5, 5, 1, 4, 7, 4, 5, 7, 4, 7, 1, 1, 1, 9, 7, 9, 8, 3, 1, 3, 1
Offset: 1
Examples
2.5468182768840820791359975088097915288112703374520061295514745747111979831...
Programs
-
Mathematica
RealDigits[x /. FindRoot[x^3 - 2*x^2 - x - 1, {x, 2}, WorkingPrecision -> 120]][[1]] (* Amiram Eldar, Nov 08 2022 *) RealDigits[Root[x^3-2x^2-x-1,1],10,120][[1]] (* Harvey P. Dale, Mar 30 2025 *)
Formula
r = (2 + ((61 + 9*sqrt(29))/2)^(1/3) + 7*((61 + 9*sqrt(29))/2)^(-1/3))/3.
r = (2 + ((61 + 9*sqrt(29))/2)^(1/3) + ((61 - 9*sqrt(29))/2)^(1/3))/3.
r = 2*(1 + sqrt(7)*cosh((1/3)*arccosh((61/98)*sqrt(7))))/3.
r = (2/3) +(2^(2/3)*61^(1/3))/3*Hyper2F1([-1/6,1/3],[1/2],2349/3721). - Gerry Martens, Nov 08 2022
Comments