View Single Post
  #18 (permalink)  
Old 10-15-09, 11:20
Lenny77 Lenny77 is offline
Registered User
 
Join Date: Jul 2009
Location: NY
Posts: 886
Post more interesting results

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

Last edited by Lenny77; 10-19-09 at 15:07.
Reply With Quote