Collatz Parity by teebee

for(i in 256:-256){for(j in 0:63)cat(c(" ","#",i<-i*(j=i%%2)+i/2+j/2)[j+1]);cat("|
")}

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

download

return to the top page