for x in sorted({(n>>8)**2*(n%98)**3for n in range(4**9)})[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