Simplify $$0^2 \binom{n}{0} + 1^2 \binom{n}{1} + 2^2 \binom{n}{2} + \cdots + n^2 \binom{n}{n}$$ where $n \ge 2$ and put the answer in the form of $f(n) 2^{g(n)},$ where $f(n)$ and $g(n)$ are polynomials in $n$ with integer coefficients.
My go at it: Let's say we have a group of $n$ people and they have to choose a committee which consists of at least $0$ members(a weird committee with $0$ people i would say). After having chosen the committee, we chosen a president and vice-president, but in this committee one person can take both roles. Therefore if the committee chose $k$ members, the number of ways to choose a vice and a president would be $k^2 \cdot \binom{n}{k}$ since they would first choose $k$ members and then you have $k$ possible presidents and likewise $k$ possible vices. This therefore forms the equation given in the problem.
Now we have to write an expression that also suffices this committee choosing. We can first choose people for presidency and vice presidency which gives us $n^2.$ For the remaining $n-2$ people, they can either be in the group or not be in the group so therefore the expression in the problem is equal to $\boxed{n^2 2^{n-2}}.$
However, this answer is wrong, but I can't see why it is wrong. Can anybody point out my flaw? Thanks!