Quote:
242^3 + 720^3 = 729^3 - 1
244^3 + 729^3 = 738^3 + 1
334^3 + 438^3 = 495^3 - 1
372^3 + 426^3 = 505^3 - 1
426^3 + 486^3 = 577^3 - 1
566^3 + 833^3 = 904^3 - 1
791^3 + 812^3 = 1010^3 - 1
|
etc...
All you can get using GFT with lim = 1000, n = 3, eps = 1E-8
Code:
with pN(n, lim, eps) as
( select 3, 1000, double(1e-8) from sysibm.sysdummy1)....
Lenny