Prime differences by Volatility

p=[i for i in range(2,542)if all(i%f for f in range(2,i))]\x0d
for i,j in zip(p,p[1:]):print p[j-i-1]

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

download

return to the top page