Power Type by I., S.

import Data.List
main=mapM print$take 511$sort$nub[x^y|x<-[2..447],y<-[2..17]]

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

download

return to the top page