Balanced prime

From HandWiki

In number theory, a balanced prime is a prime number with equal-sized prime gaps above and below it, so that it is equal to the arithmetic mean of the nearest primes above and below. Or to put it algebraically, the [math]\displaystyle{ n }[/math]th prime number [math]\displaystyle{ p_n }[/math] is a balanced prime if

[math]\displaystyle{ p_n = {{p_{n - 1} + p_{n + 1}} \over 2}. }[/math]

For example, 53 is the sixteenth prime; the fifteenth and seventeenth primes, 47 and 59, add up to 106, and half of that is 53; thus 53 is a balanced prime.

Examples

The first few balanced primes are

5, 53, 157, 173, 211, 257, 263, 373, 563, 593, 607, 653, 733, 947, 977, 1103, 1123, 1187, 1223, 1367, 1511, 1747, 1753, 1907, 2287, 2417, 2677, 2903 (sequence A006562 in the OEIS).

Infinitude

Question, Web Fundamentals.svg Unsolved problem in mathematics:
Are there infinitely many balanced primes?
(more unsolved problems in mathematics)

It is conjectured that there are infinitely many balanced primes.

Three consecutive primes in arithmetic progression is sometimes called a CPAP-3. A balanced prime is by definition the second prime in a CPAP-3. (As of 2023) the largest known CPAP-3 has 15004 decimal digits and was found by Serge Batalov. It is:[1]

[math]\displaystyle{ p_n = 2494779036241 \times 2^{49800} + 7,\quad p_{n-1} = p_n-6,\quad p_{n+1} = p_n+6. }[/math]

(The value of n, i.e. its position in the sequence of all primes, is not known.)

Generalization

The balanced primes may be generalized to the balanced primes of order n. A balanced prime of order n is a prime number that is equal to the arithmetic mean of the nearest n primes above and below. Algebraically, the [math]\displaystyle{ k }[/math]th prime number [math]\displaystyle{ p_k }[/math] is a balanced prime of order [math]\displaystyle{ n }[/math] if

[math]\displaystyle{ p_k = { \sum_{i=1}^n ({p_{k - i} + p_{k + i})} \over 2n}. }[/math]

Thus, an ordinary balanced prime is a balanced prime of order 1. The sequences of balanced primes of orders 2, 3, and 4 are A082077, A082078, and A082079 in the OEIS respectively.

See also

  • Strong prime, a prime that is greater than the arithmetic mean of its two neighboring primes
  • Interprime, a composite number balanced between two prime neighbours

References

  1. The Largest Known CPAP's. Retrieved on 2023-01-06.