For how many positive integers is the polynomial irreducible?
Details and assumptions
A polynomial with integer coefficients is called irreducible if it cannot be written as a product of two non-constant polynomials with integer coefficients.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Any number n can be uniquely written as n = 2 k m , where k ≥ 0 and m is odd. If m > 1 , then x n + 1 is reducible: x n + 1 = ( x 2 k + 1 ) ( x 2 k ( m − 1 ) − x 2 k ( m − 2 ) + . . . − x 2 k + 1 ) If m = 1 , so n = 2 k , we rewrite the polynomial x n + 1 in the variable y = x − 1 : f n ( x ) = ( y + 1 ) n + 1 .
Lemma. For n = 2 k , ( y + 1 ) n ≡ y n + 1 ( ( m o d 2 ) ) (that is, all of its middle coefficients are even).
Proof. We can do it by induction on k . If k = 1 , it is obvious. If for n = 2 k we have ( y + 1 ) n ≡ y n + 1 ( ( m o d 2 ) ) , then ( y + 1 ) 2 k + 1 ≡ ( y n + 1 ) 2 ≡ y 2 n + 1 ( ( m o d 2 ) ) . The lemma is proven.
By the Eisenstein Irreducibility Criterion for prime p = 2 , the polynomial ( y + 1 ) 2 k + 1 is irreducible, so x 2 k + 1 is also irreducible. There are 1 0 powers of 2 up to 1 0 0 0 : from 2 0 to 2 9 .