login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A195789 Decimal expansion of arctan(10). 5
1, 4, 7, 1, 1, 2, 7, 6, 7, 4, 3, 0, 3, 7, 3, 4, 5, 9, 1, 8, 5, 2, 8, 7, 5, 5, 7, 1, 7, 6, 1, 7, 3, 0, 8, 5, 1, 8, 5, 5, 3, 0, 6, 3, 7, 7, 1, 8, 3, 2, 3, 8, 2, 6, 2, 4, 7, 1, 9, 6, 3, 5, 1, 9, 3, 4, 3, 8, 8, 0, 4, 5, 5, 6, 9, 5, 5, 5, 3, 8, 4, 4, 8, 9, 3, 4, 0, 4, 7, 8, 8, 2, 3, 6, 7, 7, 2, 1, 6, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
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
Sequence in context: A303173 A285778 A147864 * A367608 A021959 A188735
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Sep 24 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 08:56 EDT 2024. Contains 371931 sequences. (Running on oeis4.)