
|
In 1654 Blaise Pascal published a general method for
summing powers of positive integers, i.e. summing all
the series. $$S_1 = 1 + 2 + 3 + ... + n$$ $$S_2 = 1^2 +
2^2 + 3^2 + ... + n^2$$ $$S_3 = 1^3 + 2^3 + 3^3 + ... +
n^3$$ $$\dots$$ $$S_r = 1^r + 2^r + 3^r + ... +
n^r$$Pascal's method uses the coefficients which appear
in Pascal's triangle and in the Binomial Theorem, first
finding $S_1$, and then using $S_1$ to find $S_2$, and
then using both to find $S_3$, and so on. The method
applies, where $r$ is any fixed positive integer, to:
$$S_r =\sum_{k=1}^n k^r.$$
|
Published May 1999.