Practical Numbers by tobiesque

print 1
x=2
exec's=0\nfor i in[i for i in range(1,x)if x%i<1]:s+=(0,i)[s>=i-1]\nif s>=x-1:print x\nx+=2;'*250

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

download

return to the top page