Sphenic Numbers by Dingledooper (hiro.suzuki)

R=range(2,763)
for n in R:
 if sum(1>n%x<n%x**3for 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