login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A105533
Decimal expansion of arctan(1/7).
2
1, 4, 1, 8, 9, 7, 0, 5, 4, 6, 0, 4, 1, 6, 3, 9, 2, 2, 8, 1, 2, 8, 5, 1, 6, 1, 7, 1, 0, 2, 5, 5, 3, 0, 8, 3, 0, 0, 7, 7, 8, 1, 7, 5, 8, 7, 2, 8, 4, 6, 4, 0, 7, 2, 3, 7, 8, 1, 3, 0, 0, 2, 9, 3, 6, 3, 4, 4, 1, 6, 2, 6, 7, 5, 9, 9, 3, 1, 1, 6, 0, 9, 4, 4, 1, 9, 1, 8, 6, 1, 6, 3, 4, 2, 4, 6, 5, 1, 8, 1, 1, 7, 5, 2, 2
OFFSET
0,2
LINKS
D. H. Lehmer, On Arccotangent Relations for π, The American Mathematical Monthly, Vol. 45, No. 10 (Dec., 1938), pp. 657-664.
Eric Weisstein's World of Mathematics, Machin-Like Formulas.
FORMULA
2*A073000 - arctan(1/7) = 2*A105531 + arctan(1/7) = Pi/4.
5*arctan(1/7) + 2*arctan(3/79) = Pi/4. - Frank Ellermann, Mar 01 2020
Equals arcsin(1/(5*sqrt(2))) = arccos(7/(5*sqrt(2))). - Amiram Eldar, Jul 11 2023
EXAMPLE
0.1418970546041639228128516171...
MATHEMATICA
RealDigits[ArcTan[1/7], 10, 120][[1]] (* Harvey P. Dale, Oct 03 2012 *)
PROG
(PARI) atan(1/7) \\ Michel Marcus, Mar 01 2020
CROSSREFS
Sequence in context: A122914 A245566 A016689 * A124848 A090219 A264285
KEYWORD
cons,nonn
AUTHOR
Bryan Jacobs (bryanjj(AT)gmail.com), Apr 12 2005
STATUS
approved