aodesky
- 6
- 0
Consider the infinite sum:
\sum_{n=1}^\infty \frac{n^2}{2^n}
For the impatient of you, the answer is here.
Anyways, I'm trying to generalize this result, so let me state a definition:
\sigma_\alpha(k) = \sum_{n=1}^\infty n^k \alpha ^ n
This sum converges so long as the magnitude of \alpha is less than 1. I won't prove that; moreover (and I won't bother with the derivation because it involves typing too much LaTeX on my part) I found a way to get solutions to this:
\sigma_\alpha(k) = \left(\frac{\alpha}{1-\alpha}\right)\left[1 + \sum_{l=0}^{k-1} \binom {k}{l} \sigma_\alpha(l)\right]
Let's take the cleanest case, where \alpha={1/2}.
\sigma_{1/2}(k) = 1 + \sum_{l=0}^{k-1} \binom {k}{l} \sigma_{1/2}(l)
Then \sigma_{1/2}(2) should give us the answer above, and it does.
So my question: is there a way to go from my recursive expression for \sigma_{1/2}(k) to a non-recursive formula, just in terms of k?
It would be much easier if there wasn't the "1 + "...
Cheers,
Andrew.
\sum_{n=1}^\infty \frac{n^2}{2^n}
For the impatient of you, the answer is here.
Anyways, I'm trying to generalize this result, so let me state a definition:
\sigma_\alpha(k) = \sum_{n=1}^\infty n^k \alpha ^ n
This sum converges so long as the magnitude of \alpha is less than 1. I won't prove that; moreover (and I won't bother with the derivation because it involves typing too much LaTeX on my part) I found a way to get solutions to this:
\sigma_\alpha(k) = \left(\frac{\alpha}{1-\alpha}\right)\left[1 + \sum_{l=0}^{k-1} \binom {k}{l} \sigma_\alpha(l)\right]
Let's take the cleanest case, where \alpha={1/2}.
\sigma_{1/2}(k) = 1 + \sum_{l=0}^{k-1} \binom {k}{l} \sigma_{1/2}(l)
Then \sigma_{1/2}(2) should give us the answer above, and it does.
So my question: is there a way to go from my recursive expression for \sigma_{1/2}(k) to a non-recursive formula, just in terms of k?
It would be much easier if there wasn't the "1 + "...
Cheers,
Andrew.