Since you have gotten answers with induction, I am providing a different approach---a combinatorial proof. Here, $\mathbb{Z}/5\mathbb{Z}$ is the set of integers modulo $5$.
Let $[n]:=\{1,2,\ldots,n\}$. For $n\geq 4$, consider the set $$S:=\big\{(a,b,c,k)\,\big|\,a,b,c\in[n]\text{ and }k\in\mathbb{Z}/5\mathbb{Z}\big\}$$ and $$T:=(\mathbb{Z}/5\mathbb{Z})^n=\big\{(t_1,t_2,\ldots,t_n)\,\big|\,t_i\in(\mathbb{Z}/5\mathbb{Z})\text{ for }i=1,2,\ldots,n\big\}\,.$$ Define $f:S\to T$ as follows.
- If $a$, $b$, and $c$ are pairwise distinct, we set $f(a,b,c,k):=(x_1,x_2,\ldots,x_n)$
with $x_i:=k+1$ for all $i\in[n]\setminus\{a,b,c\}$, $x_a:=k+2$, $x_b:=k+3$, and $x_c:=k+4$.
- If $\big|\{a,b,c\}\big|=2$, then there are three subcases: $(a,b,c)=(a,a,c)$, $(a,b,c)=(a,b,a)$, and $(a,b,c)=(a,b,b)$. We set $f(a,b,c,k):=(x_1,x_2,\ldots,x_n)$ with $x_i:=k+1$ for all $i\in[n]\setminus\{a,b,c\}$. For $i\in\{a,b,c\}$, we define $x_i$ differently in each case.
- If $(a,b,c)=(a,a,c)$, then $x_a:=k+2$ and $x_c:=k+3$.
- If $(a,b,c)=(a,b,a)$, then $x_a:=k+4$ and $x_b:=k+2$.
- If $(a,b,c)=(a,b,b)$, then $x_a:=k+3$ and $x_b:=k+4$.
- If $a=b=c$, then we set $f(a,b,c,k):=(x_1,x_2,\ldots,x_n)$ with $x_i:=k+1$ for all $i\in[n]\setminus\{a,b,c\}$, and $x_a:=k+2$.
Note that $f$ is an injective function (why?). Furthermore, $T\setminus f(S)$ contains at least five elements of the form $(t,t,t,\ldots,t)$ where $t\in(\mathbb{Z}/5\mathbb{Z})$. Therefore,
$$5^n=|T|=\big|f(S)\big|+\big|T\setminus f(S)\big|=|S|+\big|T\setminus f(S)\big|\geq|S|+5\,.$$
Since $|S|=5n^3$, we conclude that
$$5^n\geq 5n^3+5>5n^3+2\,.$$
\geq($\geq$) instead of>=(check MathJax basic tutorial and quick reference if you are interested) – Sil Oct 13 '19 at 21:15