Consider the infinite some over all "k" from 1 to infinity: $$\sum_{k=1}^{\infty}\frac {k^n}{2^k}$$ for a given "n" we get different results such as:
- n = 0; sum = 1
- n = 1; sum = 2
- n = 2; sum = 6
- n = 3; sum = 26
- n = 4; sum = 150
- n = 5; sum = 1082
- n = 6; sum = 9366
My question - is there a general formula? - I cannot find one.
The polylogarithm $\operatorname{Li}_s(z):=\sum_{k\ge 1}\frac{z^k}{k^s}$ is so-called because $\operatorname{Li}_1(z)=-\ln(1-z)$ for $|z|<1$, and $\partial_{\ln z}\operatorname{Li}_s(z)=\operatorname{Li}_{s-1}(z)$. This series definition of $\operatorname{Li}_s(z)$ converges if $|z|<1$, or $|z|=1$ and $\Re s>1$. (We can improve on this with analytic continuation.) Your expression is $\operatorname{Li}_{-n}(\frac{1}{2})$.