A176321 Decimal expansion of (35 + sqrt(1365))/14.
5, 1, 3, 8, 9, 9, 3, 3, 1, 4, 5, 5, 8, 7, 3, 7, 9, 9, 9, 4, 0, 2, 5, 4, 3, 6, 8, 5, 6, 9, 9, 7, 9, 5, 8, 6, 1, 1, 7, 9, 7, 1, 2, 4, 4, 4, 5, 1, 2, 2, 5, 4, 1, 9, 6, 1, 7, 0, 7, 6, 0, 1, 3, 4, 8, 9, 2, 3, 3, 2, 9, 0, 4, 8, 0, 3, 6, 8, 5, 3, 3, 5, 8, 6, 3, 5, 9, 3, 1, 4, 7, 1, 8, 1, 7, 6, 0, 9, 2, 1, 7, 0, 0, 8, 9
Offset: 1
Examples
5.13899331455873799940...
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Magma
SetDefaultRealField(RealField(120)); (35+Sqrt(1365))/14; // G. C. Greubel, Nov 26 2019
-
Maple
evalf( (35+sqrt(1365))/14, 120); # G. C. Greubel, Nov 26 2019
-
Mathematica
RealDigits[(35 + Sqrt[1365])/14, 10, 100][[1]] (* Vincenzo Librandi, Sep 24 2013 *)
-
PARI
default(realprecision, 120); (35+sqrt(1365))/14 \\ G. C. Greubel, Nov 26 2019
-
Sage
numerical_approx((35+sqrt(1365))/14, digits=120) # G. C. Greubel, Nov 26 2019
Comments