Proof that for any integer n>1 the number n5+n4+1 is not a prime.

Simply rewrite n5+n4+1 as n5+n4+n3n3n2n+n2+n+1
Factor out common terms 
n3(n2+n+1)n(n2+n+1)+(n2+n+1)
(n3n+1)(n2+n+1)
The product of two integers greater than 1, hence n5+n4+1 is not a prime. 


Reference  

Andreescu, T., & Andrica, D. "Number Theory Structures, Examples, and Problems" page 25.