Simplify $0 \binom{n}{0} + 2 \binom{n}{2} + 4 \binom{n}{4} + 6 \binom{n}{6} + \dotsb,$ where $n \ge 2.$
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 how to do this question where the numbers are consecutive and I also know that $\binom{n}{0} + \binom{n}{2} + \binom{n}{4} + \cdots = 2^{n-1}. $ How do I use this information to solve this problem?