Prove that there exists a positive integer $N$ such that there are at least 2005 ordered pairs $(x,y),$ of non-negative integers $x$ and $y$, satisfying $x^2 + y^2 = N.$
Not sure how to get going here. Is there a simple way of solving this problem using Pythagorean Triples?
The question is essentially about factorisation in the ring $\Bbb Z[i]$.
A really cheap way is to take $N = 5^k$ for a sufficiently large $k$.
For every $a$ in the range $[0, k]$, if we write $(1 + 2i)^a(1 - 2i)^{k - a} = x + yi$, then we have $x^2 + y^2 = 5^k$.
There will be some repetitions, but at most by a constant factor, so taking $k$ large enough will be OK.