Twin primes by pooq

forprime(i=3,2e3,i-j-2|print(j","i);j=i)

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

download

return to the top page