Collatz Parity by Spara

<?for($i=513;$i--;$j=0){for($c=$i-256;++$j<65;$c=$c%2?(3*$c+1)/2:$c/2)echo $c%2?"#":" ";echo"|\n";}

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

download

return to the top page