The number of set partitions of $[n]$ with $k$ blocks is called the Stirling number of the second kind $S(n, k)$. For example, there are $15$ set partitions of $[4]$, which are $1234, 123\mathrm{-}4, 124\mathrm{-}3, 134\mathrm{-}2, 234\mathrm{-}1, 12\mathrm{-}34, 13\mathrm{-}24, 14\mathrm{-}23, 12\mathrm{-}3\mathrm{-}4, 13\mathrm{-}2\mathrm{-}4, 14\mathrm{-}2\mathrm{-}3, 23\mathrm{-}1\mathrm{-}4, 24\mathrm{-}1\mathrm{-}3, 34\mathrm{-}1\mathrm{-}2, 1\mathrm{-}2\mathrm{-}3\mathrm{-}4$.
$$S(4, 1) = 1, S(4, 2) = 7, S(4, 3) = 6, S(4, 4) = 1$$
I am confused about how to start this problem, I would appreciate a lot if someone can help.
Consider a set partition of $[n+1]$ into $m+1$ parts. One of the parts is $\{n+1\}\cup A$ where $A\subseteq [n]$. The remaining parts form a partition of $[n]-A$ into $m$ parts. How many partitions of $[n+1]$ into $m+1$ parts result in $|[n]-A|=k$?