Collatz Parity by rolf

j=257
while-j<256:i=j=j-1;s='';exec's+=" #"[i%2];i=[i,3*i+1][i%2]/2;'*64;print s+'|'

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

download

return to the top page