A079650 Continued fraction for e^(-gamma).
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
Examples
e^(-gamma) = 0.561... = 0 + 1/(1+ 1/ (1 +1/(3+...))), so sequence begins 0, 1, 1, 3,...
Links
- Paolo Xausa, Table of n, a(n) for n = 0..10000
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
Comments