A057755 by nu

x='7\xdd7';main(n){while(x/=2)printf("%d ",n+=n-x%2);}

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

download

return to the top page