A234522 Decimal expansion of 7^(1/4) - 5^(1/4).
1, 3, 1, 2, 2, 7, 7, 8, 0, 4, 7, 6, 5, 6, 5, 2, 0, 1, 2, 9, 9, 3, 3, 3, 3, 5, 1, 3, 5, 2, 8, 4, 6, 7, 7, 7, 6, 5, 4, 8, 1, 1, 0, 3, 4, 6, 5, 4, 7, 9, 1, 2, 7, 2, 6, 7, 0, 8, 6, 2, 0, 8, 3, 4, 4, 0, 7, 5, 5, 2, 7, 4, 1, 9, 9, 6, 8, 3, 0, 0, 5, 8, 4, 8, 7, 1, 8, 1, 4, 2, 1, 1, 5, 5, 6, 5, 0, 1, 7
Offset: 0
Examples
0.13122778047656520129933335...
Programs
-
Mathematica
RealDigits[N[7^(1/4)-5^(1/4), 100]][[1]] (* Georg Fischer, Apr 04 2020 *) RealDigits[Surd[7,4]-Surd[5,4],10,120][[1]] (* Harvey P. Dale, Mar 23 2025 *)
-
PARI
7^(1/4) - 5^(1/4) \\ Charles R Greathouse IV, Apr 25 2016
Extensions
a(97) corrected by Georg Fischer, Apr 04 2020
Comments