A045718 by rolf

p=lambda(x):all(x%i for i in range(2,x))
for i in range(253):
 if p(i)+p(i+2):print-~i

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

download

return to the top page