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.

A094641 Continued fraction for the "alternating Euler constant" log(4/Pi).

Original entry on oeis.org

0, 4, 7, 6, 3, 1, 1, 9, 1, 1, 4, 26, 1, 2, 4, 1, 9, 1, 20, 3, 1, 12, 1, 2, 7, 1, 5, 2, 1, 5, 3, 1, 1, 1, 4, 1, 1, 57, 1, 2, 1, 8, 8, 1, 1, 1, 1, 1, 22, 1, 1, 6, 1, 6, 6, 1, 3, 1, 4, 2, 2, 2, 4, 1, 1, 2, 1, 19, 17, 348, 1, 1, 5, 16, 2, 2, 5, 1, 5, 2, 4, 2, 5, 1, 11, 1, 1, 11, 13, 2, 1, 1, 5, 2, 1, 2, 10, 1, 2
Offset: 0

Views

Author

Keywords

Comments

See the Comments in A094640 for why log(4/Pi) is an "alternating Euler constant."

Examples

			log(4/Pi) = 0 + 1/(4 + 1/(7 + 1/(6 + 1/(3 + 1/(1 + ...)))))
		

References

  • G. Boros and V. Moll, Irresistible Integrals: Symbolics, Analysis and Experiments in the Evaluation of Integrals, Cambridge University Press, Cambridge, 2004, Chap. 7.
  • J. Borwein and P. Borwein, Pi and the AGM, John Wiley & Sons, New York, 1987, Chap. 11.

Crossrefs

Cf. A094640 (decimal expansion of log(4/Pi)).

Programs

  • Mathematica
    ContinuedFraction[ Log[4/Pi], 100]

Extensions

Offset changed by Andrew Howroyd, Aug 07 2024