r=range(999) for x in sorted({a*a*b**3for a in r for b in r})[2:2028]:print x
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page