login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A068376
Engel expansion of log(1+e).
0
1, 4, 4, 83, 87, 430, 660, 9039, 47028, 128352, 157861, 241465, 362709, 9031153, 11990180, 89103542, 102393518, 318327464, 361501552, 1119756916, 1310133018, 1995850459, 20709593111, 94478870265, 105076191441, 123229448284, 5619694006942, 8033666701549
OFFSET
1,2
COMMENTS
PROG
a(1)=1 : PARI for n>1 : s=log(1+exp(1)); for(i=0, 60, s=s*ceil(1/s)-1; if(1, print1(ceil(1/s), ", ")); );
CROSSREFS
Sequence in context: A337302 A351349 A222271 * A131592 A317868 A224092
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Mar 03 2002
STATUS
approved