Ok let me give an example of a similiar theorem and it's proof.
Theorem:
n^4 + 64 is NEVER prime, for any value of n.
So, how could we go about proving this?
If I were to follow your method, I would write a computer program that calculated n^4 + 64, then checked if it was prime.
Does this tell us whether n^4 + 64 is never prime? No!! It only checks a few cases.
Does that matter?
Well, yes!
Consider a similiar theorem:
n^4 + 89 is NEVER prime.
Well, what about this one? Calculate a few a see if they come out prime - they probably won't.
But that's because you didn't get to; 105,560,010,089 - just over a hundred billion - which is prime.
----------------
So we managed to disprove the second theorem, but what about the first theorem?
n^4 + 64 is NEVER prime
We can PROVE this is true for EVERY n without ever calculating a value...
See, n^4 + 64 can be factorised as ( n^2 + 4n + 8 )( n^2 − 4n + 8 ).
So clearly it can NEVER be prime no matter HOW BIG n is, because it is always these two numbers multiplied together, and both of these numbers are bigger than one for every n.
------
Hopefully this gives you an idea of the difference between checking it is true for a few values and PROVING it is true for ALL values.
-= Out here in the fields, I fight for my meals =-