Sphenic Numbers by kaki

763.times{|i|(c=2).upto((a=i)-1){|j|a%j<1&&(a/=j;c+=1;a%j<1&&c=6)}
c==5&&p(i)}

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

download

return to the top page