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”).

A195785
Decimal expansion of arctan(9).
4
1, 4, 6, 0, 1, 3, 9, 1, 0, 5, 6, 2, 1, 0, 0, 0, 9, 7, 2, 6, 7, 2, 1, 8, 1, 8, 1, 9, 4, 2, 9, 6, 8, 9, 3, 3, 6, 1, 2, 3, 2, 9, 8, 6, 0, 4, 6, 8, 4, 4, 8, 8, 8, 7, 8, 3, 6, 4, 6, 5, 7, 8, 5, 3, 0, 4, 6, 2, 6, 2, 9, 9, 7, 4, 0, 2, 6, 0, 5, 7, 8, 5, 5, 4, 8, 7, 8, 8, 5, 2, 3, 2, 3, 7, 5, 7, 0, 5, 6, 0
OFFSET
1,2
EXAMPLE
arctan(9)=1.46013910562100097267218181942968933612...
MATHEMATICA
r = 9;
N[ArcTan[r], 100]
RealDigits[%] (* A195785 *)
N[ArcCot[r], 100]
RealDigits[%] (* A195786 *)
N[ArcSec[r], 100]
RealDigits[%] (* A195787 *)
N[ArcCsc[r], 100]
RealDigits[%] (* A195788 *)
PROG
(PARI) atan(9) \\ Charles R Greathouse IV, Nov 20 2024
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Sep 24 2011
STATUS
approved