require'prime';Prime.each(8e3){|i|i.to_s[/[014689]/]||(p i)}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page