Prove that $n^4+4^n$ is not a prime for any natural number $n>1$.
My Approach:
Suppose $n^4+4^n$ is prime.
It is evident that $n\equiv 1 \pmod 2$ for $n^4+4^n$ to be prime. $$n\equiv 1\pmod 2\Rightarrow 4^n\equiv (-1)\pmod 5$$ Suppose $\gcd (n,5)=1$. Then by euler's identity:
$$\phi (5)=4\Rightarrow n^4\equiv 1\pmod 5$$ $$\therefore n^4+4^n\equiv 0\pmod 5$$ Thus $n^4+4^n$ is never a prime if $n$ is not a multiple of $5$.
Now I seem to be struck in proving the same for when $n$ is mutiple of $5$.
Please help and also please provide suggestions.
THANKS