Collatz Parity by FizzyTea

for(n=257;--n+257;print('|'))for(q=n,m=64;m--;q=q/2+q*p+p/2)putstr(' #'[p=q&1])

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

download

return to the top page