I filled in from the definition of a Stirling number of the second kind that the following holds. $${2n\brace 2} = \frac{1}{2} \sum_{i=0}^{2} (-1)^i \binom{2}{i} (2-i)^{2n}$$
And I've visually confirmed in Desmos that the following equality 'appears' to hold.
$${2n\brace 2} = 2^{2n-1}-1$$
How do I prove that this equality does in fact hold?
I guess the most straight-forward way is to expand the summation:
\begin{align} {2n\brace 2} = &\frac{1}{2} \sum_{i=0}^{2} (-1)^i \binom{2}{i} (2-i)^{2n} = \\ & \frac{1}{2} \Bigg( \Big[(-1)^0 \binom{2}{0} (2-0)^{2n}\Big] + \Big[(-1)^1 \binom{2}{1} (2-1)^{2n}\Big] + \Big[(-1)^2 \binom{2}{2} (2-2)^{2n}\Big] \Bigg) = \\ &\frac{1}{2} \Bigg( \Big[1 \cdot 1 \cdot 2^{2n}\Big] + \Big[(-1) \cdot 2 \cdot 1^{2n}\Big] + \Big[1 \cdot 1 \cdot 0^{2n}\Big] \Bigg) = \\ &\frac{1}{2} \Bigg( 2^{2n} - 2 + 0 \Bigg) = \\ & \frac{2}{2} \Bigg( 2^{2n-1} - 1 \Bigg) = 2^{2n-1} - 1 \end{align}