Palindromic prime by pooq

sum(if primep(i)and sreverse(a:string(i))=a then dispterms(i),i,2,20000);

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

download

return to the top page