Palindromic prime by nem

for(i in a=[2,3,5,7,11,101,131,151,181,191,313,353,373,383,727,757,787,797,919,929,10301,10501,10601,11311,11411,12421,12721,12821,13331,13831,13931,14341,14741,15451,15551,16061,16361,16561,16661,17471,17971,18181,18481,19391,19891,19991])print(a[i])

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

download

return to the top page