I'm always a bit fuzzy on how to solve induction problems involving inequalities. I've managed to get somewhere though, but it looks like I have to go down four levels of induction to prove.
This is what I have so far:
Base ($n=17$):
$$2^{17}>17^4\Rightarrow131072>83521$$
Step:
Assumption: $2^k>k^4$
\begin{align} 2^{k+1}&>(k+1)^4\\ 2\cdot 2^{k}&>(k+1)^4\\ 2^k+2^k&>k^4+4k^3+6k^2+4k+1 \end{align}
From here, it looks like I need to claim that $2^k+2^k>k^4+2^k$, but in order to do this, I would then need to prove that $2^k>4k^3+6k^2+4k+1$, and then again probably one or two more times.
Is there a different approach I can take other than going down this long and tedious route?
Since $k\ge17$, we have $k^3>k^2>k>1$. Therefore
$$k^4+4k^3+6k^3+4k^3+k^3>k^4+4k^3+6k^2+4k+1$$ $$k^4+15k^3>k^4+4k^3+6k^2+4k+1$$ $$k^4+k^4>k^4+15k^3$$
Now, using the assumption for the inductive step, we have
$$2^k+2^k>k^4+k^4>k^4+15k^3>k^4+4k^3+6k^2+4k+1$$