A178591 Decimal expansion of (9 + sqrt(165))/14.
1, 5, 6, 0, 3, 7, 3, 7, 5, 5, 6, 1, 8, 9, 3, 7, 7, 8, 7, 1, 5, 1, 2, 0, 7, 0, 3, 4, 1, 1, 7, 1, 3, 8, 6, 0, 1, 3, 9, 0, 5, 2, 5, 1, 7, 9, 3, 9, 7, 1, 6, 1, 7, 0, 5, 0, 2, 0, 4, 6, 2, 2, 3, 1, 0, 1, 8, 4, 6, 5, 6, 9, 3, 1, 9, 8, 4, 1, 5, 9, 5, 7, 9, 3, 0, 1, 3, 1, 1, 6, 7, 4, 5, 5, 5, 7, 9, 8, 0, 4, 0, 5, 2, 4, 6
Offset: 1
Examples
(9 + sqrt(165))/14 = 1.56037375561893778715...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Programs
-
Magma
SetDefaultRealField(RealField(100)); (9+Sqrt(165))/14; // G. C. Greubel, Jan 30 2019
-
Mathematica
RealDigits[(9+Sqrt[165])/14, 10, 100][[1]] (* G. C. Greubel, Jan 30 2019 *)
-
PARI
default(realprecision, 100); (9+sqrt(165))/14 \\ G. C. Greubel, Jan 30 2019
-
Sage
numerical_approx((9+sqrt(165))/14, digits=100) # G. C. Greubel, Jan 30 2019
Comments