257 by nn

END{for(n=1;n++<36;o=_){for(v=257;v;v=int(v/n))o=sprintf("%c",(v%n>9)*7+48+v%n)o
print o}}

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

download

return to the top page