Self Numbers by recursive

s=()
i=0
exec"i+=1;s+=i+sum(map(int,`i`)),\nif(i in s)-1:print i\n"*3000

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

download

return to the top page