How would one attack a sum like this:
$$\lfloor 1 \cdot \sqrt{2} \rfloor + \lfloor 2 \cdot \sqrt{2} \rfloor + \lfloor 3 \cdot \sqrt{2} \rfloor + ... + \lfloor n \cdot \sqrt{2} \rfloor$$
or simply:
$$\sum_{i=1}^n\lfloor i \sqrt{2} \rfloor$$
How would one attack a sum like this:
$$\lfloor 1 \cdot \sqrt{2} \rfloor + \lfloor 2 \cdot \sqrt{2} \rfloor + \lfloor 3 \cdot \sqrt{2} \rfloor + ... + \lfloor n \cdot \sqrt{2} \rfloor$$
or simply:
$$\sum_{i=1}^n\lfloor i \sqrt{2} \rfloor$$
HINT:
Since the sum $1+2+3+4 \cdots$ or $\sum_{n=0}^\infty n$ diverges according to Wikipedia, by the convergence test this sum is larger than the sum of all natural numbers, so it also diverges.
Therefore, the series doesn't approach a general limit, so the sum has to be expressed in terms of $i$ only.