Big primes by *yuko*

var k,n:comp=32416187567;begin repeat k:=3;while n mod k*(n-k*k)>0do k:=k+2;if n<k*k then writeln(n);n:=n+2until n>32416190071end.

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

download

return to the top page