Numloop by fill

i,c;main(n){for(;++i<1e3;printf(", %d\n",i)){for(n=i,c=0;n-1&&c++<98;)n=n%2?6*n+2:ceil(n/4.);printf(c-99?"%d":"Infinity",c);}}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page