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.

A384806 Simple continued fraction expansion of arctan(1/2)/Pi.

Original entry on oeis.org

0, 6, 1, 3, 2, 5, 1, 6, 5, 3, 1, 1, 2, 1, 1, 2, 3, 1, 2, 3, 2, 2, 2, 2, 3, 2, 1, 1, 3, 1, 3, 2, 1, 1, 3, 1, 17, 1, 5, 1, 2, 1, 2, 1, 1, 1, 1, 4, 7, 11, 1, 2, 1, 583, 1, 2, 1, 1, 2, 22, 7, 3, 23, 2, 6, 1, 1, 1, 1, 1, 1, 1, 3, 1, 3, 1, 1, 1, 1, 5, 1, 1, 2, 3, 17, 6, 2, 70, 1, 6
Offset: 0

Views

Author

Stefano Spezia, Jun 10 2025

Keywords

Examples

			arctan(1/2)/Pi = 1/(6 + 1/(1 + 1/(3 + 1/(2 + 1/(5 + ... ))))).
		

Crossrefs

Cf. A000796, A073000, A086203 (decimal expansion).

Programs

  • Mathematica
    ContinuedFraction[ArcTan[1/2]/Pi,90]