A236027 Decimal expansion of 5^(1/2) - 7^(1/3).
3, 2, 3, 1, 3, 6, 7, 9, 4, 7, 2, 7, 4, 0, 0, 5, 9, 5, 2, 1, 0, 0, 5, 6, 8, 2, 9, 1, 8, 2, 5, 1, 5, 9, 5, 2, 5, 7, 8, 1, 7, 9, 3, 0, 9, 2, 6, 5, 6, 4, 9, 9, 5, 8, 0, 6, 0, 2, 4, 9, 6, 0, 4, 9, 6, 3, 2, 8, 6, 6, 4, 9, 4, 5, 8, 5, 7, 4, 1, 4, 3, 4, 0, 6, 8, 8, 8, 9, 6, 6, 9, 0, 1, 4, 9, 6, 5, 6, 5, 0
Offset: 0
Examples
0.32313679472740059521005682...
Programs
-
Mathematica
RealDigits[Sqrt[5] - Surd[7, 3], 10, 120][[1]] (* Amiram Eldar, Jun 06 2023 *)
Comments