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.

A079650 Continued fraction for e^(-gamma).

Original entry on oeis.org

0, 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
Offset: 0

Views

Author

Neil Fernandez, Jan 22 2003

Keywords

Comments

Same as A094644 except this number begins with a 0. - T. D. Noe, Jun 18 2012

Examples

			e^(-gamma) = 0.561... = 0 + 1/(1+ 1/ (1 +1/(3+...))), so sequence begins 0, 1, 1, 3,...
		

Crossrefs

Cf. A080130 (exp(-gamma)), A094644.

Programs

  • Mathematica
    ContinuedFraction[Exp[-EulerGamma], 100] (* Paolo Xausa, Aug 07 2024 *)
  • PARI
    contfrac(exp(-Euler)) \\ Michel Marcus, Oct 13 2019

Extensions

Offset changed by Andrew Howroyd, Aug 07 2024