Find a closed form of $\displaystyle\sum_{n=1}^N n {n \choose k}$.
1) Firstly, is it valid to simplify this equation to: $\sum_{n=k}^N n {n \choose k}$ because ${n \choose k} = 0$ for $n < k$?
2) Is generating functions the right approach to solve this problem? Or should I simply do some algebra?
Hint: $$ \sum_{n=k}^N n {n \choose k} = \sum_{n=k}^N (n+1) {n \choose k} - \sum_{n=k}^N {n \choose k} = \sum_{n=k}^N (k+1) {n+1 \choose k+1} - \sum_{n=k}^N {n \choose k} $$ and continue from there....