cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A086203 Decimal expansion of arctan(1/2)/Pi.

Original entry on oeis.org

1, 4, 7, 5, 8, 3, 6, 1, 7, 6, 5, 0, 4, 3, 3, 2, 7, 4, 1, 7, 5, 4, 0, 1, 0, 7, 6, 2, 2, 4, 7, 4, 0, 5, 2, 5, 9, 5, 1, 1, 3, 4, 5, 2, 3, 8, 8, 6, 9, 1, 7, 8, 9, 4, 5, 9, 9, 9, 2, 2, 3, 1, 2, 8, 6, 2, 7, 1, 1, 4, 7, 6, 7, 8, 6, 0, 2, 6, 3, 3, 6, 7, 3, 1, 7, 1, 4, 2, 9, 8, 9, 4, 7, 7, 8, 9, 8, 0, 4, 0, 0, 7
Offset: 0

Views

Author

Eric W. Weisstein, Jul 12 2003

Keywords

Comments

This constant is a transcendental number (Margolius, 2002; Smith, 2003). - Amiram Eldar, Aug 13 2020

Examples

			0.14758...
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003. See pp. 430-433.

Crossrefs

Programs

  • Mathematica
    RealDigits[ArcTan[1/2]/Pi, 10, 100][[1]] (* Amiram Eldar, Aug 13 2020 *)
  • PARI
    atan(1/2)/Pi \\ Michel Marcus, Jul 29 2015