A157649 Decimal expansion of (387 + 182*sqrt(2))/17^2.
2, 2, 2, 9, 7, 1, 2, 3, 4, 7, 2, 3, 8, 4, 1, 9, 7, 1, 9, 3, 1, 4, 5, 5, 8, 2, 9, 6, 9, 0, 7, 1, 4, 5, 5, 0, 2, 7, 6, 7, 0, 5, 9, 7, 9, 6, 9, 5, 0, 1, 8, 8, 7, 5, 1, 9, 6, 5, 9, 3, 6, 7, 2, 0, 8, 1, 0, 7, 7, 2, 7, 0, 2, 6, 9, 9, 3, 2, 0, 0, 0, 3, 7, 0, 5, 0, 8, 8, 3, 4, 3, 4, 1, 7, 4, 0, 7, 4, 9, 5, 6, 3, 2, 4, 3
Offset: 1
Examples
(387 + 182*sqrt(2))/17^2 = 2.22971234723841971931...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Magma
SetDefaultRealField(RealField(100)); (387 + 182*Sqrt(2))/17^2; // G. C. Greubel, Aug 17 2018
-
Mathematica
RealDigits[(387 + 182*Sqrt[2])/17^2, 10, 100][[1]] (* G. C. Greubel, Aug 17 2018 *)
-
PARI
(387 + 182*sqrt(2))/17^2 \\ G. C. Greubel, Aug 17 2018
Formula
Equals (26 + 7*sqrt(2))/(26 - 7*sqrt(2)) = (3 + 2*sqrt(2))/((19 + 6*sqrt(2))/17)^2 = (3 + 2*sqrt(2))*(6 - sqrt(2))^2/(6 + sqrt(2))^2.
Comments