Collatz Parity by MG

256.downto(-256){|n|64.times{n=n.even?&&($><<' ';n/2)||($><<'#';(3*n+1)/2)};puts'|'}

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

download

return to the top page