Big primes by notogawa

main=mapM print[n|n<-take 2505[32416187567..],all((0<).rem n)$2:[3,5..20^4]]

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

download

return to the top page