Collatz Parity by Vlo

write(capture.output(for(i in 256:-256){for(j in 1:64){i=ifelse(i%%2,{cat("#");(3*i+1)/2},{cat(" ");i/2})};cat("|\n")}),1)

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

download

return to the top page