Big primes by st0le

t=32416187567\x0d
print '\n'.join(str(p)for p in range(t,t+2506,2)if pow(2,p-1,p)<2)

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

download

return to the top page