Collatz Parity by teebee

do i=-256 to 256;n=i;a=;do 64;k=n*n//2;a=a||d2c(32+k*3);n=n*k+n/2-k/2;end;say a"|";end

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

download

return to the top page