A057755 by teebee

int main(int n){for(;n<2e6;n+=n)write("%.0f ",0.30103*n+0.5);}

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

download

return to the top page