A358182 Decimal expansion of the real root of 2*x^3 - x^2 - x - 1.
1, 2, 3, 3, 7, 5, 1, 9, 2, 8, 5, 2, 8, 2, 5, 8, 7, 8, 8, 1, 9, 0, 9, 4, 3, 3, 7, 7, 6, 7, 9, 3, 9, 3, 0, 3, 5, 1, 9, 1, 1, 2, 7, 2, 3, 7, 5, 3, 1, 1, 8, 6, 4, 9, 4, 2, 3, 2, 0, 0, 9, 8, 8, 7, 0, 2, 7, 5, 3, 7, 5, 9, 6, 7, 9, 5
Offset: 1
Examples
1.23375192852825878819094337767939303519112723753118649423200988702753759...
Programs
-
Mathematica
RealDigits[x /. FindRoot[2*x^3 - x^2 - x - 1, {x, 1}, WorkingPrecision -> 120]][[1]] (* Amiram Eldar, Nov 08 2022 *)
Formula
r = (1 + (64 + 3*sqrt(417))^(1/3) + 7*(64 + 3*sqrt(417))^(-1/3))/6.
r = (1 + (64 + 3*sqrt(417))^(1/3) + (64 - 3*sqrt(417))^(1/3))/6.
r = (1 + 2*sqrt(7)*cosh((1/3)*arccosh((64/49)*sqrt(7))))/6.
r = (1/6) + (4/3)*Hyper2F1([-1/6,1/3],[1/2],3753/4096). - Gerry Martens, Nov 08 2022
Comments