Here's a cute inequality for unsigned Stirling numbers of the first kind: $$\genfrac[]{0pt}{}{n}{n-k}\leq\frac{n^{2k}}{2^kk!}.$$ I can prove it using induction (with a beautiful application of AM-GM, see below), but is there a combinatorial proof?
Here's the core of the induction proof: $$\begin{align*} \genfrac[]{0pt}{}{n}{n-k}&=(n-1)\genfrac[]{0pt}{}{n-1}{n-k}+\genfrac[]{0pt}{}{n-1}{n-k-1}\\ &=(n-1)\genfrac[]{0pt}{}{n-1}{(n-1)-(k-1)}+\genfrac[]{0pt}{}{n-1}{(n-1)-k}\\ &\leq(n-1)\frac{(n-1)^{2(k-1)}}{2^{k-1}(k-1)!}+\frac{(n-1)^{2k}}{2^kk!}\\ &=\frac{1}{2^kk!}(2k+n-1)(n-1)^{2k-1}\\ &\leq\frac{1}{2^kk!}\left(\frac{(2k+n-1)+(2k-1)(n-1)}{2k}\right)^{2k}\\ &=\frac{n^{2k}}{2^kk!} \end{align*}$$ where the last inequality (the penultimate step) uses the AM-GM inequality. I find it really beautiful how the AM-GM inequality works perfectly here with no further estimates needed.
The Stirling number $\genfrac[]{0pt}{}{n}{n-k}$ counts the number of the permutations in the symmetric group $S_n$ which have $n-k$ cycles. Each such a permutation can be written uniquely as a product of transpositions $$ (i_1,j_1) \cdots (i_k,j_k), $$ where $i_1,\dots,i_k,j_1,\dots,j_k\in\{1,\dots,n\}$ are such that (a) $i_1<j_1, \quad i_2<j_2, \quad \dots, \quad i_k<j_k$ and (b) $j_1<\dots<j_k$. In other words, $\genfrac[]{0pt}{}{n}{n-k}$ is equal to the number of the sequences of pairs \begin{equation} \label{eq} (i_1,j_1), \dots, (i_k,j_k) \end{equation} such that the above conditions are fulfilled.
The combinatorial interpretation of the product $\genfrac[]{0pt}{}{n}{n-k} k!$ arises by considering all $k!$ permutations of the above sequence of pairs; in other words is equal to the number of the sequence of pairs \begin{equation} \label{eq2} (i_1,j_1), \dots, (i_k,j_k) \end{equation} such that the condition (a) holds true as before, but now the condition (b) is replaced by the requirement that (b') $j_1,\dots,j_k$ are all different. By dropping the condition (b') it follows that $$ \genfrac[]{0pt}{}{n}{n-k} k! \leq \binom{n}{2}^k. $$