1 2 32 4 512 by teebee

numeric digits 84;do i=1 to 100;n=1;do while pos(i,n)^=1;n=n+n;end;say n;end

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

download

return to the top page