Lucky Numbers by jpl

a=(1..gets.to_i).select(&:odd?)
i=0
1.upto(?z){|j|a-=[a[j*a[i]-j]]}while a[i+=1]
puts a

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

download

return to the top page