Primes between consecutive cubes (original) (raw)

Primes Between Consecutive Cubes:

How many primes are there between _n_3 and (n+1)3?

Legendre's conjecture states that, for each positive integer n, there is at least one prime between _n_2 and (n+1)2.On this page, we will investigate a related question: How many primes are there between _n_3 and (n+1)3?

Here are two hypotheses – and both of them appear to be true:
(A) For each integer n > 0, there are at least four primesbetween n_3 and (n+1)3.
(B) For each integer n > 0, there are at least 2_n
+ 1 _primesbetween n_3 and (n+1)3.

Note that if the above statement (B) is true, then statement (A) is also true. Indeed, for n = 1 both statements are easy to check – and both are true, while for n ≥ 2 statement (A) follows from (B) because2_n_ + 1 > 4 for every n ≥ 2. Statement (B) is suggested by these observations:
(1) For integer m > 1051, each interval [_m_3/2, (m+1)3/2] contains a prime (generalized Legendre conjecture, case 3/2).
(2) For positive integers m and n, each interval [n_3, (n+1)3] contains precisely 2_n+1 intervals [_m_3/2, (m+1)3/2], for example:

Copyright© 2011 Alexei Kourbatov, JavaScripter.net.