A005836 by cah190

main(){int x=0,o=0;for(;o<1000;x=++o){do printf(x<2?"%d\n":"",o);while(x%3-2&&(x/=3));}}\x0d

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

download

return to the top page