Just a little thought on sums of a specific form
I just had a nice thought about simple sums of the form
.
Two simple start cases
It is well-known, that
(this can be shown quite easily via induction).
Consider the fact, that
(and not
as one could assume!). This is because
.
A nice trick to derive sums of higher exponents
Consider the following: If we want to compute
, we can do some basic transformations to obtain something useful:
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
In fact, we obtain
, which leads us immediately to
. From this we can conclude
. That means, we could compute
with an attempt to compute
.
Generalisation
The above calculation leads to the question, if this trick can be applied to higher order functions. In fact, it turns out, that it is possible.
So again we start with
and try to do the same as above:
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
Swapping the sums and basic tranformations lead to:
![]() |
Starting with this equation it is possible to compute the closed form of
for
.
More precisely, the above equation can be tranfsormed to the following recursive formula:
![]() |
This calculation shows in particular, that
can be written as a polynomial.






![$\displaystyle \sum_{i=0}^{n-1}\left[ \sum_{k=0}^p \binom{p}{k} i^k \right]=$](img/thought_on_sums/img23.png)
![$\displaystyle \sum_{i=0}^{n-1}\left[ \sum_{k=0}^{p-1} \binom{p}{k} i^k + i^p \right]=$](img/thought_on_sums/img24.png)
![$\displaystyle \sum_{i=0}^{n-1}\left[ \sum_{k=0}^{p-1} \binom{p}{k} i^k \right] + \sum_{i=0}^ni^p - n^p=$](img/thought_on_sums/img25.png)
![$\displaystyle \sum_{i=0}^{n-1}\left[ \sum_{k=0}^{p-1} \binom{p}{k} i^k \right] + \phi(n,p) - n^p$](img/thought_on_sums/img26.png)


phimuemue
2010-03-31 14:26:13Note that in the equation in "Gereralisation" there occured a little error: It must be "n-1" and not "i-1".