9 7 ! n + d Find the smallest integer d > 1 , such that the number above is prime for an infinite number of integers n .
Notation
:
!
denotes the
factorial
notation. For example,
1
0
!
=
1
×
2
×
3
×
⋯
×
1
0
.
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.
The wiki tells everything :-P
But how do we know that a and d have to be coprime does the theorem state that they must be coprime for this to be true?
Log in to reply
If a and d aren't coprime their greatest common divisor is not 1. Thus, they are both divisible by some integer x > 1 , and therefore a n + d is divisible by x > 1 but because x ≤ d , a n + d can be prime only if x = d is prime and n = 0 . Hence, there cannot be an infinite amount of solutions for n if a and d aren't coprime.
Did this answer your question?
Here 97! contains all the factor till 97. so we have to look for a number that is prime as well as greater than 97 . that is 101 .
Yes, this shows that 1 0 1 is the smallest candidate, but you didn't show that there is an infinite number of primes of form 9 7 ! n + 1 0 1 .
Problem Loading...
Note Loading...
Set Loading...
Dirichlet's theorem tells us that there exists an infinite amount of positive integers n , for which a n + d is a prime number if a and d are coprime positive integers.
Using Dirichlet's theorem we know that 9 7 ! and d must be coprime, in order to have an infinite amount of solutions for n .
Since 9 7 ! is clearly divisible by all primes less than or equal to 9 7 and since d cannot be 1 , d must be the smallest prime number greater than 9 7 .
By trial and error we find that 9 8 , 9 9 and 1 0 0 are not prime numbers, but 1 0 1 is a prime number.
Hence, 1 0 1 is the solution.