Primarily Prime Primes by Vim Lover

l="2357"
for i in range(9999):
 a=1
 for j in`i`:a*=j in l
 if a:
  for j in range(2,i):a*=i%j
  if a:print i

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

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page