Number Sequence MEDIUM by teebee

255.times{r:0;for(k:it;k>0;k/=2)r+=r+k%2;it^r .p;}

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

download

return to the top page