Problem A.3
The formula for calculating the sum of all natural integers from 1 to n is well-known: Sn =1+2+3+...+n= n2 +n
2
Similary, we know about the formula for calculating the sum of the first n squares:
n3 n2 n Qn =1·1+2·2+3·3+...+n·n= 3 + 2 + 6
Now, we reduce one of the two multipliers of each product by one to get the following sum: Mn =0·1+1·2+2·3+3·4+...+(n−1)·n
Find an explicit formula for calculating the sum Mn.
Given that sum of all natural numbers 1 to n is:
Sum of first n natural numbers square is:
Substract equation (1) from equation (2)
Th explicit formula for calculating the sum Mn is
Comments
Leave a comment