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).

This page as a plain text file.
%I A079650 #23 Aug 07 2024 11:32:54
%S A079650 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,
%T A079650 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,
%U A079650 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
%N A079650 Continued fraction for e^(-gamma).
%C A079650 Same as A094644 except this number begins with a 0. - _T. D. Noe_, Jun 18 2012
%H A079650 Paolo Xausa, <a href="/A079650/b079650.txt">Table of n, a(n) for n = 0..10000</a>
%e A079650 e^(-gamma) = 0.561... = 0 + 1/(1+ 1/ (1 +1/(3+...))), so sequence begins 0, 1, 1, 3,...
%t A079650 ContinuedFraction[Exp[-EulerGamma], 100] (* _Paolo Xausa_, Aug 07 2024 *)
%o A079650 (PARI) contfrac(exp(-Euler)) \\ _Michel Marcus_, Oct 13 2019
%Y A079650 Cf. A080130 (exp(-gamma)), A094644.
%K A079650 nonn,cofr
%O A079650 0,4
%A A079650 _Neil Fernandez_, Jan 22 2003
%E A079650 Offset changed by _Andrew Howroyd_, Aug 07 2024