OFFSET
1,1
COMMENTS
The smallest positive integers not appearing in the first 970,258,158 terms of the c.f. are 13161, 13295, 14734, 14970, 14971, 15795, 15985, 16011, 16110, ... - Eric W. Weisstein, Sep 21 2011
LINKS
Eric Weisstein's World of Mathematics, Euler-Mascheroni Constant Continued Fraction
FORMULA
a(n) = A224847(n) + 1.
MATHEMATICA
With[{cf=ContinuedFraction[EulerGamma, 5000]}, Table[Position[cf, n, 1, 1], {n, 60}]]//Flatten (* Harvey P. Dale, Aug 06 2025 *)
PROG
(PARI) /* 15000 precision digits */ v=contfrac(Euler); a(n)=if(n<0, 0, s=1; while(abs(n-component(v, s))>0, s++); s)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
More terms from Benoit Cloitre, Oct 20 2002
STATUS
approved
