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.

A094644 Continued fraction for e^gamma.

Original entry on oeis.org

1, 1, 3, 1, 1, 3, 5, 4, 1, 1, 2, 2, 1, 7, 9, 1, 16, 1, 1, 1, 2, 6, 1, 2, 1, 6, 2, 59, 1, 1, 1, 3, 3, 3, 2, 1, 3, 5, 100, 1, 58, 1, 2, 1, 94, 1, 1, 2, 2, 10, 1, 2, 7, 1, 3, 4, 5, 3, 10, 1, 21, 1, 11, 1, 4, 1, 2, 2, 1, 2, 2, 1, 8, 3, 2, 1, 1, 6, 1, 2, 2, 1, 38, 2, 1, 4, 1, 3, 1, 1, 5, 3, 1, 52, 1, 2, 2, 1, 1
Offset: 0

Views

Author

Keywords

Comments

Increasing partial quotients are: 1,3,5,7,9,16,59,100,129,314,2294,1568705
e^gamma appears in theorems of Mertens, Gronwall, Ramanujan, and Robin on primes, the sum-of-divisors function, and the Riemann Hypothesis (see Caveney-Nicolas-Sondow 2011, pp. 1-2).

Examples

			1 + 1/(1 + 1/(3 + 1/(1 + 1/(1 + 1/(3 + 1/(5 + 1/(4 + ...)))))))
		

References

  • J. Havil, Gamma, Exploring Euler's Constant, Princeton University Press, Princeton and Oxford, 2003, page 97.
  • G. Boros and V. Moll, Irresistible Integrals: Symbolics, Analysis and Experiments in the Evaluation of Integrals, Cambridge University Press, Cambridge, 2004, Chap. 10.

Crossrefs

Cf. A073004 = decimal expansion of exp(gamma).
Gamma is the Euler-Mascheroni constant A001620.
Cf. A079650 = continued fraction for exp(-gamma). [From R. J. Mathar, Sep 05 2008]

Programs

  • Mathematica
    ContinuedFraction[ Exp[ EulerGamma], 100]
  • PARI
    contfrac(exp(Euler)) \\ Amiram Eldar, Jun 13 2021

Extensions

Offset changed by Andrew Howroyd, Aug 07 2024