I would prefer no total solutions and just a hint as to whether or not I’m at a dead end with my solution method.
So far this is my work:
From the binomial expansion,
$$\sum_{j=0}^n 5^{n-j}(-1)^j\binom{n}{j}= (5+(-1))^n = 4^n$$
Thus,
$$\sum_{j=0}^{n-1}5^{n-1-j}(-1)^j\binom{n}{j} = \frac{4^n+1}{5}$$ However, $\frac{4^n+1}{5} = \frac{(4+1)}{5}(4^{n-1}-4^{n-2}+…+1)= 4^{n-1}-4^{n-2}+…+1$.
Here I am stuck. My attempts have been to find a factorization of the polynomial $\sum_{j=0}^k (-x)^j $ where $k$ is even. However, I’m reasonably certain there’s an argument to be made that the polynomial is irreducible modulo $2$ implying that it’s irreducible in $\mathbb{Q}$.
This leads me to thinking that this route is a dead end since I can’t find any specific primes which reduce the expression nicely under a mod.
You want to show that for odd integer $n$, $ \frac{ 4^n + 1 } { 5}$ is composite.
You're on the right track, though this numerator isn't irreducible, so hint: Find the factorization.
Writing $n = 2k+1$, does $ 4 \times 4^{2k} + 1$ remind you of any factorizations?