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