HOME

TheInfoList



OR:

A Proth number is a
natural number In mathematics, the natural numbers are those numbers used for counting (as in "there are ''six'' coins on the table") and ordering (as in "this is the ''third'' largest city in the country"). Numbers used for counting are called '' cardinal ...
''N'' of the form N = k \times 2^n +1 where ''k'' and ''n'' are positive
integer An integer is the number zero (), a positive natural number (, , , etc.) or a negative integer with a minus sign ( −1, −2, −3, etc.). The negative numbers are the additive inverses of the corresponding positive numbers. In the language ...
s, ''k'' is odd and 2^n > k. A Proth prime is a Proth number that is
prime A prime number (or a prime) is a natural number greater than 1 that is not a product of two smaller natural numbers. A natural number greater than 1 that is not prime is called a composite number. For example, 5 is prime because the only way ...
. They are named after the French mathematician François Proth. The first few Proth primes are : 3, 5, 13, 17, 41, 97, 113, 193, 241, 257, 353, 449, 577, 641, 673, 769, 929, 1153, 1217, 1409, 1601, 2113, 2689, 2753, 3137, 3329, 3457, 4481, 4993, 6529, 7297, 7681, 7937, 9473, 9601, 9857 (). It is still an open question whether an infinite number of Proth primes exist. It was shown in 2022 that the reciprocal sum of Proth primes converges to a real number near 0.747392479, substantially less than the value of 1.093322456 for the reciprocal sum of Proth numbers. The primality of Proth numbers can be tested more easily than many other numbers of similar magnitude.


Definition

A Proth number takes the form N=k 2^n +1 where ''k'' and ''n'' are positive integers, k is odd and 2^n>k. A Proth prime is a Proth number that is prime. Without the condition that 2^n > k, all odd integers larger than 1 would be Proth numbers.


Primality testing

The primality of a Proth number can be tested with Proth's theorem, which states that a Proth number p is prime if and only if there exists an integer a for which :a^\equiv -1 \pmod. This theorem can be used as a probabilistic test of primality, by checking for many random choices of a whether a^\equiv -1 \pmod. If this fails to hold for several random a, then it is very likely that the number p is composite. This test is a
Las Vegas algorithm In computing, a Las Vegas algorithm is a randomized algorithm that always gives correct results; that is, it always produces the correct result or it informs about the failure. However, the runtime of a Las Vegas algorithm differs depending on the ...
: it never returns a
false positive A false positive is an error in binary classification in which a test result incorrectly indicates the presence of a condition (such as a disease when the disease is not present), while a false negative is the opposite error, where the test resul ...
but can return a false negative; in other words, it never reports a composite number as " probably prime" but can report a prime number as "possibly composite". In 2008, Sze created a
deterministic algorithm In computer science, a deterministic algorithm is an algorithm that, given a particular input, will always produce the same output, with the underlying machine always passing through the same sequence of states. Deterministic algorithms are by far ...
that runs in at most \tilde((k\log k+\log N)(\log N)^2) time, where Õ is the soft-O notation. For typical searches for Proth primes, usually k is either fixed (e.g. 321 Prime Search or Sierpinski Problem) or of order O(\log N) (e.g.  Cullen prime search). In these cases algorithm runs in at most \tilde((\log N)^3), or O((\log N)^) time for all \epsilon>0. There is also an algorithm that runs in \tilde((\log N)^) time.


Large primes

, the largest known Proth prime is 10223 \times 2^ + 1. It is 9,383,761 digits long. It was found by Szabolcs Peter in the PrimeGrid volunteer computing project which announced it on 6 November 2016. It is also the largest known non-
Mersenne prime In mathematics, a Mersenne prime is a prime number that is one less than a power of two. That is, it is a prime number of the form for some integer . They are named after Marin Mersenne, a French Minim friar, who studied them in the early 17 ...
. The project Seventeen or Bust, searching for Proth primes with a certain t to prove that 78557 is the smallest Sierpinski number ( Sierpinski problem), has found 11 large Proth primes by 2007. Similar resolutions to the prime Sierpiński problem and extended Sierpiński problem have yielded several more numbers. Since divisors of Fermat numbers F_n = 2^ + 1 are always of the form k \times 2^ + 1, it is customary to determine if a new Proth prime divides a Fermat number. As of June 2022, PrimeGrid is the leading computing project for searching for Proth primes. Its main projects include: * general Proth prime search * 321 Prime Search (searching for primes of the form 3\times2^n+1, also called Thabit primes of the second kind) * 27121 Prime Search (searching for primes of the form 27\times2^n+1 and 121\times2^n+1) * Cullen prime search (searching for primes of the form n\times2^n+1) *Sierpinski problem (and their prime and extended generalizations) – searching for primes of the form k \times 2^n+1 where ''k'' is in this list:
''k'' ∈
As of December 2022, the largest Proth primes discovered are:


Uses

Small Proth primes (less than 10200) have been used in constructing prime ladders, sequences of prime numbers such that each term is "close" (within about 1011) to the previous one. Such ladders have been used to empirically verify prime-related
conjecture In mathematics, a conjecture is a conclusion or a proposition that is proffered on a tentative basis without proof. Some conjectures, such as the Riemann hypothesis (still a conjecture) or Fermat's Last Theorem (a conjecture until proven in 1 ...
s. For example, Goldbach's weak conjecture was verified in 2008 up to 8.875 × 1030 using prime ladders constructed from Proth primes. (The conjecture was later proved by Harald Helfgott.) Also, Proth primes can optimize
den Boer reduction Den may refer to: * Den (room), a small room in a house * Maternity den, a lair where an animal gives birth Media and entertainment * ''Den'' (album), 2012, by Kreidler * Den (''Battle Angel Alita''), a character in the ''Battle Angel Alit ...
between the Diffie-Hellman problem and the
Discrete logarithm problem In mathematics, for given real numbers ''a'' and ''b'', the logarithm log''b'' ''a'' is a number ''x'' such that . Analogously, in any group ''G'', powers ''b'k'' can be defined for all integers ''k'', and the discrete logarithm log''b ...
. The prime number 55 × 2286 + 1 has been used in this way. As Proth primes have simple binary representations, they have also been used in fast modular reduction without the need for pre-computation, for example by
Microsoft Microsoft Corporation is an American multinational corporation, multinational technology company, technology corporation producing Software, computer software, consumer electronics, personal computers, and related services headquartered at th ...
.


References

{{Prime number classes Classes of prime numbers