Find sum of all 3-digit perfect square numbers?
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.
The lowest perfect square three digit integer is 100, and the highest is 961.
Thus, we need to find ∑ i = 1 0 3 1 n 2
Note that ∑ i = 1 0 3 1 n 2 = ∑ i = 1 3 1 n 2 - ∑ i = 1 9 n 2
Evaluate using this equality.