login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A195780
Decimal expansion of arccsc(7).
1
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,2
EXAMPLE
arccsc(7)=0.1433475689053653575950742801566183260...
MATHEMATICA
(See A195777.)
RealDigits[ArcCsc[7], 10, 120][[1]] (* Harvey P. Dale, Nov 28 2021 *)
PROG
(PARI) asin(1/7) \\ Charles R Greathouse IV, Nov 21 2024
CROSSREFS
Cf. A195777.
Sequence in context: A222649 A222616 A011762 * A063571 A005589 A362123
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Sep 24 2011
STATUS
approved