Robb
- 225
- 8
So, you seem to think that starting at i = 0 , rather than i = 1 somehow affects the final result?Robb said:Does it relate to ∑ i = n(n+1)/2? Because the indexes of sigma begin at i =0 we use n-1 instead of n+1, in the right side of the equation, which would indicate i = 1 to n (for n+1, that is)?
What columns are you referring to? I see no columns.Except, adding from zero (i.e., 0+1+2+3+4, +...+n) and adding from n-1 (i.e. (n-1)+(n-2)+(n-3)+...+ 1), I get n+1 for the last column when the columns (of each respective summation) are summed.