Is it possible to have an equality where the left-hand side is the sum of all odd positive integers up to a certain point, as shown, and similarly the right-hand side is the sum of even positive integers up to a certain point?
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 left-hand side is a perfect square, ( m + 1 ) 2 , while the right-hand side, n ( n + 1 ) isn't since n 2 < n ( n + 1 ) < ( n + 1 ) 2 .
Clever problem!