What is an example of an arithmetic progression in the form bk+r, where b,k,r are integers such that b is not 2, 3, or 6, for which the arithmetic progression has infinitely many primes? The only arithmetic progression I have seen with infinitely many primes is 6k+5, but are there others with the condition stated?
-
1You stated $b$ not to be $6$, but $2k+1$ is a trivial example. – z100 Oct 06 '17 at 14:35
-
1Have a look at https://en.wikipedia.org/wiki/Dirichlet%27s_theorem_on_arithmetic_progressions – Gerhard S. Oct 06 '17 at 14:36
-
Question 3132001 discusses conjectural upper bounds on gaps between primes in progressions like this. See also question 2269073 for another type of bounds on prime gaps in such progressions, akin to Cramer's conjecture. – Alex Mar 07 '19 at 19:04
2 Answers
One additional easy case is $4k+3$:
If $p_1,\dots,p_n$ are primes, then $4p_1\cdots p_n-1$ has at least one prime factor of the form $4k+3$ and is not equal to any $p_i$.
The case $4k+1$ requires a little more number theorem:
If $p_1,p_2,\dots,p_n$ are primes of the form $4k+1$ then any prime divisor $p$ of $4(p_1p_2\cdots p_n)^2+1$ is also of that form, since $-1$ is a square modulo $p$.
There is a way to generalize this to the any $bk+1$, using cyclotomic polynomials.
For example:
When $b=12$, we have the cyclotomic polynomial $\Phi_{12}(x)=x^4-x^2+1$. Then if $p_1,p_2,\dots, p_n$ are primes, then any prime factor $p$ of $\Phi_{12}(12p_1\cdots p_n)$ is of the form $12k+1$, and not equal to any of the $p_i$.
Dirichlet proved the most general result that if $b,r$ are relatively prime, there are always infinitely man primes of the form $bk+r$.

- 177,126
-
We can actually put $b$ as any divisor of $24$ including $24$ itself, and a Euclidean proof remains available for any appropriate value of the constant. All numbers prime to $24$, when squared, give one greater than a multiple of $24$. – Oscar Lanzi May 21 '20 at 18:15
Since all primes except $2$ are odd, there are infinitely many primes of the form ???. Since all primes of the form $6k+5$ are of the form $3(2k)+5$ what does that tell you? In fact, there are infinitely many in any arithmetic progression of the form $bk+r$ when $b$ and $r$ are coprime, but that is a much more difficult theorem.

- 40,828

- 374,822
-
Sorry, I misread the question as being interested in $b=2,3$, not being uninterested. – Ross Millikan Oct 06 '17 at 14:49