login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A033149 Position of first occurrence of n in the continued fraction for the Euler-Mascheroni constant (gamma). 0
2, 4, 9, 8, 11, 69, 24, 14, 139, 52, 22, 161, 10, 199, 337, 79, 163, 176, 384, 614, 183, 651, 137, 480, 250, 862, 554, 618, 287, 300, 1952, 166, 150, 2038, 560, 483, 1284, 681, 306, 20, 349, 1130, 2280, 1884, 1903, 2564, 4753, 717, 31, 2610, 568, 248, 2171 (list; graph; refs; listen; history; text; internal format)
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 Weisstein, Sep 21 2011

LINKS

Table of n, a(n) for n=1..53.

Eric Weisstein's World of Mathematics, Euler-Mascheroni Constant Continued Fraction

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

Cf. A001620, A002852, A032523.

Sequence in context: A076125 A011033 A179219 * A131094 A129598 A125752

Adjacent sequences:  A033146 A033147 A033148 * A033150 A033151 A033152

KEYWORD

nonn,base

AUTHOR

Eric W. Weisstein

EXTENSIONS

More terms from Benoit Cloitre, Oct 20 2002

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 21 02:31 EDT 2013. Contains 225472 sequences.