Palindromic prime by kozima

(dotimes(p 2e4)(format(and(> p 1)(equal(reverse #1=(princ-to-string p))#1#)(=(gcd(!(isqrt p))p)1))"~D
"p))

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

download

return to the top page