A121601 Decimal expansion of cosecant of 22.5 degrees = csc(Pi/8).
2, 6, 1, 3, 1, 2, 5, 9, 2, 9, 7, 5, 2, 7, 5, 3, 0, 5, 5, 7, 1, 3, 2, 8, 6, 3, 4, 6, 8, 5, 4, 3, 7, 4, 3, 0, 7, 1, 6, 7, 5, 2, 2, 3, 7, 6, 6, 9, 8, 5, 3, 9, 0, 5, 5, 0, 9, 7, 7, 9, 6, 7, 3, 3, 8, 1, 6, 1, 6, 2, 0, 8, 2, 9, 2, 2, 3, 8, 4, 1, 0, 1, 9, 0, 3, 7, 0, 7, 4, 4, 0, 3, 8, 5, 2, 5, 6, 2, 8, 6, 4, 9, 2, 7, 7
Offset: 1
Examples
2.6131259297527530557132863468543743071675223766985390550977...
References
- D. Mumford et al., Indra's Pearls, Cambridge 2002; see p. 362. - N. J. A. Sloane, Nov 22 2009
Links
Programs
-
Magma
SetDefaultRealField(RealField(100)); R:=RealField(); 1/Sin(Pi(R)/8); // G. C. Greubel, Nov 02 2018
-
Maple
evalf(1/sin(Pi/8),120); # Muniru A Asiru, Nov 02 2018
-
Mathematica
RealDigits[Csc[Pi/8],10,130][[1]] (* corrected by Harvey P. Dale, Jul 28 2012 *)
-
PARI
1/sin(Pi/8)
Formula
Equals 2*sqrt(2)*cos(Pi/8).
Equals Product_{k >= 0} (8*k + 4)^2/((8*k + 1)*(8*k + 7)). - Antonio GraciĆ” Llorente, Mar 11 2024
Comments