Find the smallest positive integer such that:
is divisible by 100.
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 sum of the first n squares is given by n(n + 1)(2n + 1)/6. If this is divisible by 100, n(n + 1)(2n + 1) = 600k. We note that 24*25 = 600, and 24 is the smallest n. Ed Gray