Prove that the number $2^{2^n} + 2^{2^{n - 1}} + 1$ can be expressed as the product of at least $n$ prime factors, not necessarily distinct.
Doing what the hint has suggested, I have done the same where $n>1$, and took $\bmod 7$. I then found that $2^{2^n} + 2^{2^{n - 1}} + 1=7k$.
However, I got stuck when trying to simplify the case of $n=3$, since $$2^8+2^4+1=273=3\cdot 7\cdot 13$$
I do not understand where the 13 is from, since I thought that it would be something like $$2^{2^n} + 2^{2^{n - 1}} + 1 \equiv 0 \pmod {2^n-1}$$
For $n=3$ you have shown that $7$ is a factor and since $2^{2p} \equiv 1 \pmod 3$ you know $3$ is a factor. Since $2^8+2^4+1 \gt 21$ there is another. Now you have at least three prime factors. That settles $n=3$, but not higher $n$. You don't have to find $13$, you just need to show there is another factor.