import Data.List;main=mapM print$take 193$sort[y|x<-[2..997],y<-(x^)<$>[1..9],all((>0).mod x)[2..x-1]]