A157300 Decimal expansion of (1683 + 58*sqrt(2))/41^2.
1, 0, 4, 9, 9, 8, 4, 7, 6, 3, 0, 0, 8, 7, 0, 8, 8, 1, 1, 9, 1, 5, 8, 2, 2, 6, 9, 2, 4, 4, 7, 4, 4, 9, 4, 2, 8, 0, 5, 2, 9, 6, 9, 0, 4, 7, 4, 5, 5, 0, 0, 4, 7, 5, 2, 0, 7, 8, 6, 7, 1, 8, 7, 6, 7, 4, 2, 0, 9, 5, 4, 6, 9, 2, 1, 5, 2, 3, 0, 3, 4, 3, 9, 9, 3, 6, 4, 8, 1, 1, 2, 4, 2, 7, 7, 2, 3, 5, 0, 4, 5, 9, 1, 6, 8
Offset: 1
Examples
(1683+58*sqrt(2))/41^2 = 1.04998476300870881191...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Magma
SetDefaultRealField(RealField(100)); (1683+58*Sqrt(2))/41^2; // G. C. Greubel, Sep 28 2018
-
Maple
evalf((1683+58*sqrt(2))/41^2,120); # Muniru A Asiru, Sep 28 2018
-
Mathematica
RealDigits[(1683+58Sqrt[2])/41^2,10,120][[1]] (* Harvey P. Dale, May 05 2014 *)
-
PARI
default(realprecision, 100); (1683+58*sqrt(2))/41^2 \\ G. C. Greubel, Sep 28 2018
Formula
Equals (58+sqrt(2))/(58-sqrt(2)).
Equals (3+2*sqrt(2))*(7-2*sqrt(2))^2/(7+2*sqrt(2))^2.
Comments