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