If
Then is
a,b,c,d belongs to positive integers.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
let gcd(a,c) = m so that a a=mn and c=mp. Now let b=pq and d=nq
The sum of squares will now factorise into (m^2 + q^2)(n^2 +p^2) which is always composite.
(In fact "always prime" is very unlikely to be the answer, because no one has ever found a closed formula, permitting an infinite number of input integers, which always outputs a prime number).