Self Numbers by henkma

import List
l=[1..2997]
main=mapM print$l\\[y+sum[read[c]|c<-show y]|y<-l]

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

download

return to the top page