A214533 Decimal expansion of 1/2 + 2/sqrt(3) + 2/sqrt(5).
2, 5, 4, 9, 1, 2, 7, 7, 2, 9, 3, 7, 9, 1, 6, 7, 4, 0, 7, 5, 8, 1, 9, 6, 7, 0, 2, 8, 4, 9, 6, 4, 2, 5, 4, 0, 5, 4, 7, 1, 4, 5, 0, 8, 4, 6, 3, 8, 4, 8, 6, 4, 0, 4, 1, 7, 4, 5, 5, 6, 3, 5, 5, 1, 1, 3, 2, 1, 6, 3, 7, 1, 4, 8, 6, 0, 9, 8, 8, 6, 5, 1, 1, 5, 3, 1
Offset: 1
Crossrefs
Cf. A191898.
Programs
-
Mathematica
RealDigits[1/2+2/Sqrt[3]+2/Sqrt[5],10,120][[1]] (* Harvey P. Dale, Jul 31 2013 *)
-
PARI
1/2 + 2/sqrt(3) + 2/sqrt(5) \\ Charles R Greathouse IV, Mar 10 2016
Formula
Equals the absolute value of sum_{n=1..infinity} [1/(n + 0)^(1/2) - 1/(n + 1)^(1/2) - 2/(n + 2)^(1/2) - 1/(n + 3)^(1/2) + 1/(n + 4)^(1/2) + 2/(n + 5)^(1/2)]
Extensions
Corrected by Harvey P. Dale, Jul 31 2013
Comments