I am trying to prove $n^2>2n+1$ for $k\ge 4$.
Intuitively this is true since $\lim\limits_{n\rightarrow\infty}(2+1/n)=2$.
Obviously $16>9$.
Assume $k^2>2k+1 \implies k^2+2k+2>2k+1+2k+2 \implies (k+1)^2+1>2(2k+1)+1$,
and $2(2k+1)+1>2(k+1)+1$ so $(k+1)^2+1>2(k+1)+1$, but now I am stuck.
I am not sure how to show this by induction...