OFFSET
1,1
COMMENTS
Numbers n such that there exist positive integers x, y with x > y and n = x*y*(x-y)*(x+y).
Many of them consist of a Pythagorean triangle plus a triple which is a solution to Carroll's problem: Find three Pythagorean triangles with the same area.
EXAMPLE
p^2 - p*q + q^2 = r^2;
p = 208, q = 418, r = 362, q - p = 210;
n = p*r*q*(q-p) = 208*418*362*210 = 6609482880.
x = 640, y = 627 gives the same area:
n = x*y*(x-y)*(x+y) = 640*627*13*1267 = 6609482880.
CROSSREFS
KEYWORD
nonn
AUTHOR
Sture Sjöstedt, Aug 23 2017
EXTENSIONS
a(12)-a(21) from Giovanni Resta, Aug 28 2017
STATUS
approved