Let be different positive integers and let be a positive integer.
Find the sum of all so that for all , there does not exist satisfying .
Note: This idea is attributed to Mohammed Imran .
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.
Since I'm too lazy to type down my solution I will give the main idea.
Step 1: Prove that there are infinitely many Pythagorean triples (effectively proving n = 3 is viable).
Step 2: Prove that there are infinitely many Pythagorean quadruples (effectively proving n = 4 is viable).
Step 3: Show that for n < 3 there exists no solutions.
Step 4: Show that for n = 5 there exists a solution. (It's better to prove that there exists infinitely many solutions, but it's hard.)
Step 5: Show that for n ≥ 6 you can always create an answer, using Steps 1 and 2.
That's all.