For $n,k$ positive integers, such that $n\geq k$, denote by $\left\{{n\atop k}\right\} $ the Stirling numbers of the second kind and $\binom{n}{k}$ the binomial coefficient. It is rather straightforward to prove that $\left\{{n\atop k}\right\} \geq \binom{n}{k}$.
According to some calculation it looks like we also have $n^k\left\{{n\atop k}\right\} \geq k^n\binom{n}{k}$.
I tried to prove this via induction using $\left\{{n+1\atop k}\right\} = k \left\{{ n \atop k }\right\} + \left\{{n\atop k-1}\right\}$, but no luck. Any idea?
Here is an induction proof.
First notice that $$\tag 1 n^k\left\{{n\atop k}\right\} \geq k^n\binom{n}{k}$$ is true for any $n$ when $k=1$ and for any $k$ when $n=k$ , in which cases both sides are equal actually.
Let $n\ge 1$ and $n \ge p\ge 1$. The induction hypothesis is that $ m^k\left\{{m\atop k}\right\} \geq k^m\binom{m}{k}$ is true (for all $k$) for all $m \le n$ and that $ (n+1)^k\left\{{n+1\atop k}\right\} \geq k^{n+1}\binom{n+1}{k}$ is true for all $k \le p$.
A well-known generalised recursion for the Stirling numbers of the second kind is $$ {n+1 \brace p+1}=\sum_{m=p}^n {n \choose m}{m \brace p} $$ Then $$ {n+1 \brace p+1}\ge \sum_{m=p}^n {n \choose m}\frac{p^m}{m^p}{m \choose p}={n \choose p}\sum_{m=p}^n\frac{p^m}{m^p} {n-p \choose n-m} $$ that is $$ {n+1 \brace p+1}\ge {n+1 \choose p+1}\frac{p+1}{n+1}\sum_{m=p}^n\frac{p^m}{m^p} {n-p \choose n-m} $$ $$ {n+1 \brace p+1}\ge {n+1 \choose p+1}\frac{(p+1)^{n+1}}{(n+1)^{p+1}}\frac{(n+1)^{p}}{(p+1)^{n}}\sum_{m=p}^n\frac{p^m}{m^p} {n-p \choose n-m} $$
whence $$ {n+1 \brace p+1}\ge {n+1 \choose p+1}\frac{(p+1)^{n+1}}{(n+1)^{p+1}} $$ since $$\frac{(n+1)^{p}}{(p+1)^{n}}\sum_{m=p}^n\frac{p^m}{m^p} {n-p \choose n-m} \ge 1$$ as is shown here.