A176325 Decimal expansion of (5+3*sqrt(3))/2.
5, 0, 9, 8, 0, 7, 6, 2, 1, 1, 3, 5, 3, 3, 1, 5, 9, 4, 0, 2, 9, 1, 1, 6, 9, 5, 1, 2, 2, 5, 8, 8, 0, 8, 5, 5, 0, 4, 1, 4, 2, 0, 7, 8, 8, 0, 7, 1, 5, 5, 7, 0, 9, 4, 2, 0, 8, 3, 7, 1, 0, 4, 6, 9, 1, 7, 7, 8, 9, 9, 5, 2, 5, 3, 6, 3, 2, 0, 0, 0, 5, 5, 6, 2, 1, 7, 1, 9, 2, 8, 0, 1, 3, 5, 8, 7, 2, 8, 6, 3, 5, 1, 3, 4, 3
Offset: 1
Examples
5.09807621135331594029...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..1000
Crossrefs
Programs
-
Magma
SetDefaultRealField(RealField(100)); (5+3*Sqrt(3))/2; // G. C. Greubel, Dec 05 2019
-
Maple
evalf( (5+3*sqrt(3))/2, 100); # G. C. Greubel, Dec 05 2019
-
Mathematica
RealDigits[(5+3Sqrt[3])/2,10,120][[1]] (* Harvey P. Dale, May 20 2011 *)
-
PARI
default(realprecision, 100); (5+3*sqrt(3))/2 \\ G. C. Greubel, Dec 05 2019
-
Sage
numerical_approx((5+3*sqrt(3))/2, digits=100) # G. C. Greubel, Dec 05 2019
Comments