$$\displaystyle\sum_{i=0}^\infty \frac {i^N} {4^i}$$
I'm supposed to evaluate this as I'm working through Data Structures and Algorithm Analysis in C++. I've solved similar problems, and after trying all of the algebra-fu manipulations I could think of, I'm stumped.
My first efforts were, similar to how I solved the three previous problems in the series, to try doing things like setting it equal to S, dividing both sides by four, and subtracting the equations, in various ways in an attempt to cancel terms. However, I'm missing some step to make it happen.