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

A195721
Decimal expansion of arctan(sqrt(1/6)).
2
3, 8, 7, 5, 9, 6, 6, 8, 6, 6, 5, 5, 1, 8, 0, 6, 5, 3, 6, 0, 2, 0, 4, 6, 8, 5, 5, 5, 9, 1, 2, 3, 6, 7, 1, 2, 8, 9, 9, 9, 0, 8, 7, 1, 7, 0, 1, 1, 5, 0, 1, 2, 5, 7, 9, 6, 4, 0, 8, 2, 2, 3, 0, 7, 8, 8, 0, 5, 8, 8, 3, 8, 7, 5, 1, 0, 3, 9, 3, 9, 9, 6, 4, 9, 9, 0, 3, 2, 7, 9, 8, 9, 2, 7, 6, 4, 6, 0, 4, 4, 9, 8, 9, 5, 6
OFFSET
0,1
FORMULA
Equals arcsin(sqrt(1/7)) = arccos(sqrt(6/7)). - Amiram Eldar, Jul 06 2023
EXAMPLE
arctan(sqrt(1/6)) = 0.387596686655180...
MATHEMATICA
RealDigits[ArcTan[Sqrt[1/6]], 10, 120][[1]] (* Harvey P. Dale, Nov 09 2011 *)
PROG
(PARI) atan(sqrt(1/6)) \\ G. C. Greubel, Aug 20 2018
(Magma) SetDefaultRealField(RealField(100)); Arctan(Sqrt(1/6)); // G. C. Greubel, Aug 20 2018
CROSSREFS
Cf. A195720.
Sequence in context: A225016 A121992 A201223 * A021262 A276120 A197842
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Sep 23 2011
EXTENSIONS
Corrected by Harvey P. Dale, Nov 09 2011
STATUS
approved