14 Jun
2008
14 Jun
'08
3:17 a.m.
I am looking for at least one integer solution of this system: a^3 - d^3 = b^3 - e^3 = c^3 - f^3 a^3 - g^3 = b^3 - h^3 = c^3 - i^3 Quite easy to find near solutions, for example: 165^3 - 72^3 = 178^3 - 115^3 = 162^3 - 51^3 165^3 - 618^3 = 178^3 - 619^3 = 162^3 - 235788435 Unfortunately 235788435 is not a cube... It seems that there is no solution with integers < 300000^3. Any idea? Christian.