Collatz Parity by teebee

range(-256,257){|n|64.times{k:n&1;print(k<1?" ":"#");n=n+2*n*k>>1;}"|".p;}

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

download

return to the top page