Collatz Parity by Hendrik

for i=-256,256 do for j=1,64 do io.write(i%2<1 and' 'or'#')i=i/2+i%2*(i-.5)end print'|'end

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

download

return to the top page