Determine all integers n≥1 for which the number n8+n6+n4+4 is prime.
Solution
We have n8+n6+n4+4=(n4−n3+n2−2n+2)(n4+n3+n2+2n+3)=f(n)g(n) The first factor f(n) satisfies f(n)=n4−n3+n2−2n+2=n3(n−1)+(n−1)2+1 and hence f(n)≥2 for all n≥2. The second factor g(n)=n4+n3+n2+2n+3 is strictly greater than 2 for all n≥2. This only leaves the case n=1 as a potential candidate for a prime, and indeed f(1)g(1)=1⋅7=7 is prime.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.