Yep, prove $3^n \ge n^3$, $n \in \mathbb{N}$.
I can do this myself, but can't figure out any kind of "beautiful" way to do it.
The way I do it is:
Assume $3^n \ge n^3$
Now,
$(n+1)^3 = n^3 + 3n^2 + 3n + 1$,
and $\forall{} n \ge 3$,
$3n^2 \le n^3, \,\, 3n + 1 \le n^3$
Which finally gives $(n+1)^3 \le 3n^3 \le 3^{n+1}$ by our assumption.
Now just test by hand for n=1,2,3 and the rest follows by induction.
Anyone got anything simpler?
Show true for $n=1,2,3$, and assume true for $k$. Then note that $3^{k+1} = 3^{k}\cdot 3 \geq 3\cdot k^3 = (3^{1/3}\cdot k)^3$ (by our assumption). Now, for $k\geq 3$, we see that $3^{1/3}\cdot k \geq k+1$ and the result follows.