Collatz Parity by teebee

513.times{n=it-256;64.times{print" #"[k=n&1];n=n+2*n*k>>1}println"|"}

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

download

return to the top page