A157260 Decimal expansion of (7 + 2*sqrt(2))/(7 - 2*sqrt(2)).
2, 3, 5, 6, 0, 4, 8, 2, 8, 6, 4, 9, 8, 6, 9, 9, 0, 5, 7, 7, 1, 8, 2, 2, 6, 4, 4, 5, 8, 0, 1, 7, 4, 5, 0, 2, 9, 2, 6, 7, 0, 9, 2, 9, 8, 8, 0, 6, 2, 3, 0, 6, 0, 0, 1, 1, 9, 3, 8, 3, 0, 0, 6, 4, 9, 6, 9, 2, 8, 0, 7, 1, 6, 9, 9, 8, 5, 1, 2, 1, 2, 4, 0, 9, 2, 9, 4, 7, 5, 8, 4, 4, 1, 8, 8, 7, 7, 1, 7, 1, 6, 2, 3, 9, 1
Offset: 1
Examples
(7 +2*sqrt(2))/(7 -2*sqrt(2)) = 2.35604828649869905771...
Links
Crossrefs
Programs
-
Magma
[(7+2*Sqrt(2))/(7-2*Sqrt(2))]; // G. C. Greubel, Nov 28 2017
-
Mathematica
RealDigits[(7 + 2*Sqrt[2])/(7 - 2*Sqrt[2]), 10, 50][[1]] (* G. C. Greubel, Nov 28 2017 *)
-
PARI
(7+2*sqrt(2))/(7-2*sqrt(2)) \\ G. C. Greubel, Nov 28 2017
Formula
Equals (57 + 28*sqrt(2))/41. - Klaus Brockhaus, May 01 2009
Comments