Simplify $0 \binom{n}{0} + 1 \binom{n}{1} + 2 \binom{n}{2} + \dots + n \binom{n}{n},$ where $n \ge 1.$
Enter your answer in the form $f(n) 2^{g(n)},$ where $f(n)$ and $g(n)$ are polynomials in $n$ with integer coefficients.
I know that $$\binom{n}{0} + \binom{n}{1} + \binom{n}{2} + \cdots + \binom{n}{n} = 2^n .$$ But I'm not sure how to find the answer if there are numbers multiplied to each of the binoms.