Sophie Germain prime

From Number

This article defines a property that can be evaluated for a prime number. In other words, every prime number either satisfies this property or does not satisfy this property.
View other properties of prime numbers | View other properties of natural numbers

Definition

A Sophie Germain prime is a prime number p such that 2p+1 is also prime. The corresponding prime 2p+1 is termed a safe prime.

Occurrence

Initial examples

The first few Sophie Germain primes are 2,3,5,11,23,29. The first prime that is not a Sophie Germain prime is 7.

Infinitude conjecture

Further information: Infinitude conjecture for Sophie Germain primes

It is conjectured that there are infinitely many Sophie Germain primes (or equivalently, that there are infinitely many safe primes). It is also conjectured that the number of Sophie Germain primes less than or equal to n is O(n/log2n), in other words, there exist constants a,b such that the following holds for all sufficiently large n:

anlog2nπSG(n)bnlog2n.

where πSG(n) denotes the number of Sophie Germain primes less than or equal to n.

Other related conjectures to the existence of Sophie Germain primes are:

Infinitude of complement

Most primes are not Sophie Germain primes. It is rather easy to see that the number of primes that are not Sophie Germain primes is infinite: for instance, there are infinitely many primes that are 1 modulo 3, and none of them can be a Sophie Germain prime.

Facts

While there are not too many interesting facts about the structure of Sophie Germain primes per se, the structure of the corresponding safe primes is very interesting:

Testing

The ID of the sequence in the Online Encyclopedia of Integer Sequences is A005384