Suppose I had a statement that said For all positive integers of n, ${n^2 + 21n + 1}$ is prime.
Attempt:
The first thing that I decided to do was to try and factor it. I immediately saw that it wasn't going to happen. This meant that the GCF for each term was one.
I then checked using the discriminant method and my result was ${\sqrt{437}}$ Though 437 is not prime since it is divisible by 19 and 23
My question is, is this enough to say that for all integers of this polynomial, ${n^2 + 21n + 1}$ is prime. If not, how else can I efficiently check to see that their exists at least one case that makes this not true.