Practical Numbers by murky-satyr

for n=1,500 do
s=1
i=1
while s>0 do i=i+1 s=s-1+i*0^(n%i)end
i=i<n or print(n)end

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

download

return to the top page