This image about demonstrates a proof of which formula?
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.
Each of the coloured regions have areas equal to consecutive odd numbers beginning with 1,
while the sum of their areas is the number of distinct areas squared,
thus from an algebraic perspective,
1+3+5+7+9+11+...+(2n-1)
=(1+2+3+4+5+...+n)
+(0+1+2+3+4+...+(n-1))
= (1/2)(n)(n+1) + (1/2)(n-1)(n)
= (n^2)/2 + n/2 + (n^2)/2 - n/2
= n^2