Sphenic Numbers by murky-satyr

for i=9,762 do
t={}for p=2,i do
t[i%p>0 or i%p^3<1 or#t+1]=p
end
i=t[7]~=i or print(i)end

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

download

return to the top page