Numloop by cddddr

main(x,y,n){for(;x<1e3;printf(", %d\n",x++)){for(y=x,n=0;1<y&&++n<99;y=y&1?y*6+2:(y+3)/4);printf(y<2?"%d":"Infinity",n);}}

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

download

return to the top page