OFFSET
1,2
FORMULA
Equals arcsin(10/sqrt(101)) = arccos(1/sqrt(101)). - Amiram Eldar, Jul 11 2023
EXAMPLE
arctan(10) = 1.471127674303734591852875571761730851855306377...
MATHEMATICA
r = 10;
N[ArcTan[r], 100]
RealDigits[%] (* A195789 *)
N[ArcCot[r], 100]
RealDigits[%] (* A195790 *)
N[ArcSec[r], 100]
RealDigits[%] (* A195791 *)
N[ArcCsc[r], 100]
RealDigits[%] (* A195792 *)
RealDigits[ArcTan[10], 10, 120][[1]] (* Harvey P. Dale, Dec 27 2022 *)
PROG
(PARI) atan(10) \\ Charles R Greathouse IV, Mar 24 2021
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Sep 24 2011
STATUS
approved