Twin primes by pooq

a=primes(2e3);b=a(a(2:303)-a(1:302)==2);printf("%d,%d\n",[b;b+2])

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

download

return to the top page