A161484 Decimal expansion of (187 + 78*sqrt(2))/151.
1, 9, 6, 8, 9, 3, 1, 5, 0, 9, 0, 4, 0, 4, 0, 6, 7, 1, 3, 9, 5, 0, 5, 4, 1, 1, 9, 5, 2, 8, 7, 1, 2, 8, 8, 0, 8, 7, 9, 7, 5, 7, 8, 8, 4, 9, 5, 3, 2, 4, 6, 3, 2, 4, 3, 0, 9, 7, 8, 8, 7, 5, 4, 6, 7, 7, 6, 6, 6, 9, 7, 5, 7, 0, 8, 6, 3, 8, 6, 4, 1, 7, 4, 1, 9, 4, 0, 5, 4, 8, 1, 3, 0, 8, 3, 1, 8, 1, 6, 3, 3, 9, 9, 5, 4
Offset: 1
Examples
(187 + 78*sqrt(2))/151 = 1.96893150904040671395...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Magma
(187 + 78*Sqrt(2))/151; // G. C. Greubel, Apr 07 2018
-
Maple
with(MmaTranslator[Mma]): Digits:=150: RealDigits(evalf((187+78*sqrt(2))/151))[1]; # Muniru A Asiru, Apr 08 2018
-
Mathematica
RealDigits[(187+78Sqrt[2])/151,10,120][[1]] (* Harvey P. Dale, Apr 29 2011 *)
-
PARI
(187 + 78*sqrt(2))/151 \\ G. C. Greubel, Apr 07 2018
Formula
Equals (13 + 3*sqrt(2))/(13 - 3*sqrt(2)).
Minimal polynomial: 151*x^2 - 374*x + 151. - Stefano Spezia, Aug 23 2025
Comments