A158934 Decimal expansion of xi = (cos(Pi/5) - 1/2) / (sin(Pi/5) + 1/2).
2, 8, 4, 0, 7, 9, 0, 4, 3, 8, 4, 0, 4, 1, 2, 2, 9, 6, 0, 2, 8, 2, 9, 1, 8, 3, 2, 3, 9, 3, 1, 2, 6, 1, 6, 9, 0, 9, 1, 0, 8, 8, 0, 8, 8, 4, 4, 5, 7, 3, 7, 5, 8, 2, 7, 5, 9, 1, 6, 2, 6, 6, 6, 1, 5, 5, 0, 4, 5, 8, 7, 7, 3, 5, 1, 4, 8, 4, 5, 5, 3, 7, 3, 0, 3, 7, 8, 4, 1, 7, 7, 5, 2, 2, 3, 1, 6, 2, 5, 8, 6, 7, 0, 4
Offset: 0
Examples
0.2840790438404122960282...
References
- Peter Borwein, Stephen Choi, Brendan Rooney and Andrea Weirathmueller, The Riemann Hypothesis, Springer, 2009, pp. 136-137.
Links
- Bruce C. Berndt, Heng Huat Chan and Liang-Cheng Zhang, Explicit evaluations of the Rogers-Ramanujan continued fraction, Journal für die reine und angewandte Mathematik, Vol. 480 (1996), pp. 141-160, eq. (1.1).
- Harold Davenport and Hans Heilbronn, On the zeros of certain Dirichlet series, Journal of the London Mathematical Society, Vol. s1-11, No. 3 (1936), pp. 181-185.
- Harold Davenport and Hans Heilbronn, On the zeros of certain Dirichlet series (Second paper), Journal of the London Mathematical Society, Vol. s1-11, No. 4 (1936), pp. 307-312.
Programs
-
Mathematica
(Sqrt[5]-1) / (2+Sqrt[10-2*Sqrt[5]]) // RealDigits[#, 10, 104]& // First (* Jean-François Alcover, Mar 04 2013 *)
-
PARI
xi=(cos(Pi/5)-1/2)/(sin(Pi/5)+1/2)
Formula
Equals (sqrt(10-2*sqrt(5))-2)/(sqrt(5)-1).
Comments