The following is almost combinatorial (bijective). It can be turned into fully bijective.
We are giving out medals to some people out of a group of $n$, $1$ gold, $1$ silver, the rest plastic. Funny rule: the same person might get the gold and the silver, Precious plastics are at most one per person.
The right-hand side counts the number of ways to do this.
We claim that the left-hand side counts the same thing in a different way. We can either choose different people to get the gold and silver, and from the remaining $n-2$ people, choose a subset, possibly empty, to get the plastic. Or we can choose a single person to get the gold, and a subset of the remaining $n-1$ to get the plastic. Thus the number of ways is $n(n-1)2^{n-2}+n2^{n-1}$. A little algebra shows this is $n(n+1)2^{n-2}$.
Remark: One can make up a story to replace the algebra step by a bijective step.