Suppose $n$ is a perfect square. Consider the set of all numbers which are the product of two numbers, not necessarily distinct, both of which are at least $n$. Express the $n$th smallest number in this set in terms of $n$.
If, for example, $n = 4$, then the numbers are $4^2, 4 \cdot 5, 4 \cdot 6, 5^2$. If $n = 9$, then the numbers are $9^2,9 \cdot 10, 9 \cdot 11, 10^2, 9 \cdot 12, 10 \cdot 11,9 \cdot 13, 10 \cdot 12, 11^2$. Thus we conjecture the answer is $(n+\sqrt{n}-1)^2$, but how do we prove this?