Palindromic prime by notogawa

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

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

download

return to the top page