Why is the below equation false?
(1) $\sum_{i=0}^n i^2 = \ (1/4)\sum_{i=0}^{2n} {i}^2 $
When If we let $\ j=2i $ , and substitute $\ i=(j/2)$ into the leftmost equation above, then:
(2) $\sum_{j=0}^{2n} {(j/2)}^2 $
Which gives the same sum as:
$\ (1/4)\sum_{i=0}^{2n} {i}^2$
Note: I know the equation on line (1) is wrong, by actually summing the adjacent summations, but I can't see why this would be so.