parity of numbers by teebee

a={0}for i=1,256 do a[i]=1-(i+a[(i+i%2)/2])%2 io.write(a[i])end

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

download

return to the top page