Sphenic Numbers by moriA

s=range(2,763)
for i in s:
 if 7==sum([1for k in s if(i%k<1)*i%k**3]):print i

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

download

return to the top page