Palindromic prime by henkma

main=mapM print[x|x<-[2..12^4],gcd(2^x-2)(read.reverse.show$x)==x]

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

download

return to the top page