A121602 Decimal expansion of cosecant of 20 degrees = csc(Pi/9).
2, 9, 2, 3, 8, 0, 4, 4, 0, 0, 1, 6, 3, 0, 8, 7, 2, 5, 2, 2, 3, 2, 7, 5, 4, 4, 1, 3, 3, 6, 6, 2, 9, 1, 7, 0, 3, 8, 7, 3, 5, 0, 5, 6, 6, 1, 5, 1, 8, 9, 2, 4, 4, 8, 1, 7, 1, 0, 6, 3, 6, 9, 8, 6, 3, 5, 5, 3, 4, 5, 1, 6, 2, 7, 9, 9, 3, 5, 1, 8, 0, 9, 8, 3, 9, 2, 5, 5, 5, 8, 1, 0, 3, 1, 0, 2, 6, 3, 1, 2, 7, 1, 8, 5, 4
Offset: 1
Examples
2.9238044001630872522327544133662917...
Programs
-
Mathematica
RealDigits[Csc[20 Degree],10,120][[1]] (* Harvey P. Dale, May 27 2023 *)
-
PARI
1/sin(Pi/9)
-
PARI
polrootsreal(3*x^6-36*x^4+96*x^2-64)[6] \\ Charles R Greathouse IV, Feb 04 2025
Comments