Palindromic prime by xulapp

<?for($i=1;$i<2e4;)if(bcpowmod(311,$i,++$i)*$i==strrev($i))echo$i,~\xf5;

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

download

return to the top page