A195788 Decimal expansion of arccsc(9).
1, 1, 1, 3, 4, 1, 0, 1, 4, 3, 4, 0, 9, 6, 3, 8, 9, 2, 3, 2, 1, 7, 2, 8, 3, 7, 2, 0, 1, 3, 1, 1, 0, 0, 5, 1, 3, 0, 5, 5, 7, 2, 8, 7, 1, 5, 9, 2, 1, 2, 5, 5, 2, 9, 0, 6, 9, 5, 7, 3, 3, 1, 3, 2, 3, 0, 2, 7, 0, 4, 0, 3, 8, 0, 9, 5, 7, 0, 2, 2, 1, 7, 2, 3, 0, 5, 0, 5, 9, 7, 0, 3, 2, 1, 1, 1, 5, 3, 3, 5
Offset: 0
Examples
arccsc(9)=0.11134101434096389232172837201311005130557287159...
Crossrefs
Cf. A195785.
Programs
-
Mathematica
(See A195785.) RealDigits[ArcCsc[9],10,120][[1]] (* Harvey P. Dale, Oct 21 2011 *)
-
PARI
asin(1/9) \\ Charles R Greathouse IV, Nov 21 2024