login
A071857
Engel expansion of sqrt(2*log(2)).
0
1, 6, 16, 32, 279, 726, 4141, 4368, 54482, 112572, 366613, 978019, 5342223, 41589964, 201780051, 353794663, 408307432, 463394050, 676353989, 866725306, 999357112, 3878963429, 4169753024, 8541140255, 23422387081, 26113359872, 940995107440, 1104573841707
OFFSET
1,2
COMMENTS
a(1)=1, then PARI program gives a(n) for n>1.
PROG
(PARI) s= sqrt(2*log(2)); for(i=1, 30, s=s*ceil(1/s)-1; print1(ceil(1/s), ", "); );
CROSSREFS
Sequence in context: A239358 A171494 A201055 * A099399 A338164 A118014
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jun 09 2002
STATUS
approved