A358943 Decimal expansion of the real root of 3*x^3 - 2.
8, 7, 3, 5, 8, 0, 4, 6, 4, 7, 3, 6, 2, 9, 8, 8, 6, 9, 0, 4, 7, 2, 2, 0, 4, 2, 6, 8, 1, 3, 9, 9, 8, 7, 5, 6, 7, 4, 6, 4, 7, 5, 8, 8, 1, 9, 0, 7, 8, 7, 7, 2, 4, 1, 7, 0, 0, 9, 2, 4, 6, 0, 1, 9, 0, 9, 5, 6, 6, 6, 0, 6, 3, 9, 8, 6, 8, 0
Offset: 0
Examples
0.87358046473629886904722042681399875674647588190787724170092460190956...
Programs
-
Mathematica
RealDigits[Surd[2/3, 3], 10, 100][[1]] (* Amiram Eldar, Jan 05 2023 *)
-
PARI
(2/3)^(1/3) \\ Michel Marcus, Jan 05 2023
Comments