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!)
A195707 Decimal expansion of arctan(sqrt(5/8)). 2
6, 6, 8, 9, 6, 4, 0, 7, 4, 2, 6, 8, 4, 0, 7, 1, 3, 0, 1, 4, 1, 3, 2, 7, 1, 1, 2, 6, 1, 2, 1, 7, 6, 4, 7, 8, 0, 1, 6, 9, 3, 0, 7, 1, 8, 1, 1, 9, 6, 3, 4, 7, 0, 8, 1, 6, 2, 9, 2, 9, 7, 6, 0, 3, 5, 2, 0, 5, 0, 4, 1, 5, 4, 9, 0, 1, 8, 2, 2, 3, 8, 8, 0, 5, 9, 8, 6, 4, 2, 4, 0, 2, 1, 7, 7, 4, 0, 4, 3, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
Equals arcsin(sqrt(5/13)) = arccos(2*sqrt(2/13)). - Amiram Eldar, Jul 08 2023
EXAMPLE
arctan(sqrt(5/8)) = 0.6689640742...
MATHEMATICA
r = Sqrt[5/8];
N[ArcSin[r], 100]
RealDigits[%] (* A195703 *)
N[ArcCos[r], 100]
RealDigits[%] (* A195700 *)
N[ArcTan[r], 100]
RealDigits[%] (* A195707 *)
N[ArcCos[-r], 100]
RealDigits[%] (* A195711 *)
PROG
(PARI) atan(sqrt(5/8)) \\ G. C. Greubel, Aug 19 2018
(Magma) SetDefaultRealField(RealField(100)); Arctan(Sqrt(5/8)); // G. C. Greubel, Aug 19 2018
CROSSREFS
Sequence in context: A088683 A201578 A322292 * A175217 A000509 A160257
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Sep 23 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 May 7 21:53 EDT 2024. Contains 372317 sequences. (Running on oeis4.)