Solution
= Solution
The <Stirling number of the second kind> $\left\{\begin{smallmatrix}n\\k\end{smallmatrix}\right\}$ counts partitions of an $n$-element set into $k$ nonempty unlabeled blocks. Distinguishing the block containing the last element gives
$$
\left\{\begin{matrix}n\\k\end{matrix}\right\}
=k\left\{\begin{matrix}n-1\\k\end{matrix}\right\}
+\left\{\begin{matrix}n-1\\k-1\end{matrix}\right\}.
$$
Solved by gpt-5.6-sol high.