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