Nth prime by kozima

(loop(format t"~D
"(elt'#.(loop for i to 2e5 if(=(gcd(if(< i 318)(! i)#.(! 317))(1+ i))1)collect(1+ i))(read))))

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

download

return to the top page