A071857 Engel expansion of sqrt(2*log(2)).
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
Keywords
Programs
-
PARI
s= sqrt(2*log(2)); for(i=1,30,s=s*ceil(1/s)-1; print1(ceil(1/s),","); );
Comments