Sphenic Numbers by kinaba

763.times{|n|p n if(2..n).select{|v|n%v<1&&n%v**3>0}[6]==n}

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

download

return to the top page