Collatz Parity by pooq

for(a in 256:-256){for(j in 1:64){cat("if"(b<-a%%2,"#"," "));a=a*b+b/2+a/2};cat("|
")}

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

download

return to the top page