Twin primes by unau

<?$y=3;while($y<2000){for($y=($g=$z=2)+($x=$y);$z<$x;$z++){$g*=$x*$y%$z;}if($g)echo"$x,$y\n";}?>

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

download

return to the top page