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.

A179950 Continued fraction for gamma^e, where gamma is the Euler-Mascheroni constant.

Original entry on oeis.org

0, 4, 2, 4, 1, 14, 2, 1, 4, 1, 19, 3, 1, 4, 10, 13, 1, 5, 67, 3, 1, 3, 1, 1, 1, 1, 3, 11, 1, 1, 5, 4, 3, 3, 1, 16, 1, 1, 1, 2, 3, 5, 1, 1, 41, 1, 1, 4, 17, 3, 24, 1, 7, 307, 8, 1, 1, 2, 1, 2, 3, 2, 3, 4, 1, 2, 3, 1, 1, 21, 3, 17, 2, 5, 5, 1, 1, 2, 1, 2, 915, 1, 1, 2, 4, 1, 1, 1, 3, 1, 19, 54, 3, 1, 9, 8
Offset: 0

Views

Author

Michel Lagneau, Aug 03 2010

Keywords

Examples

			gamma^e =.224517251983232062665128293743... = 0 + 1/(4 + 1/(2 + 1/(4 + 1/(1 + ...))))
		

Crossrefs

Cf. A001620 (gamma), A073018 (decimal expansion).

Programs

  • Maple
    with(numtheory): Digits := 300: convert(evalf(gamma^exp(1)), confrac);