Sphenic Numbers by hiro.suzuki

R=range(2,763)
for n in R:
 if sum((n%x<1)*n%x**3>0for x in R)==7:print n

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

download

return to the top page