Self Numbers by Sisyphus (leonid)

a=range(3025)
for x in a*1:
 a[x+int(`x`,36)%35]=0
 if a[x]:print x

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

download

return to the top page