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