Sphenic Numbers by hirose

for n in range(763):
\x09if sum([n%m<1,9][n%m**2<1]for m in range(2,n))==6:print n

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

download

return to the top page