A159549 Decimal expansion of (201+20*sqrt(2))/199.
1, 1, 5, 2, 1, 8, 2, 2, 6, 7, 5, 7, 5, 1, 8, 5, 4, 3, 2, 0, 4, 0, 3, 7, 0, 7, 2, 6, 0, 5, 1, 2, 2, 5, 9, 3, 7, 5, 4, 4, 6, 9, 0, 6, 4, 0, 7, 4, 1, 4, 0, 1, 8, 1, 6, 3, 9, 9, 6, 6, 6, 3, 0, 5, 3, 2, 5, 7, 0, 1, 7, 5, 6, 6, 2, 9, 3, 5, 7, 4, 9, 1, 3, 4, 1, 7, 4, 7, 4, 9, 0, 8, 8, 7, 2, 0, 0, 1, 5, 8, 0, 6, 3, 8, 2
Offset: 1
Examples
(201+20*sqrt(2))/199 = 1.15218226757518543204...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Magma
(201 + 20*Sqrt(2))/199 // G. C. Greubel, Mar 30 2018
-
Maple
with(MmaTranslator[Mma]): Digits:=100: RealDigits(evalf((201+20*sqrt(2))/199))[1]; # Muniru A Asiru, Mar 31 2018
-
Mathematica
RealDigits[(201+20*Sqrt[2])/199, 10, 100][[1]] (* G. C. Greubel, Mar 30 2018 *)
-
PARI
(201+20*sqrt(2))/199 \\ G. C. Greubel, Mar 30 2018
Formula
(201+20*sqrt(2))/199 = (20+sqrt(2))/(20-sqrt(2)).
Comments