Practical Numbers by hallvabo

n=0
exec"""
n+=1;C=k=n
while C*k:
 i=j=k
 while~-i:
\x09if n%i<1:j-=i
\x09i-=1
 C*=j<2;k-=1
if C:print n"""*500

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

download

return to the top page