A Yagel number of order and exponent pushes the sieve idea behind
Mersenne numbers ("exclude divisibility by 2") to its logical extreme:
where is the -th prime and the primorial of its predecessor. Both
constants are dictated by the prime sequence itself — the family has no free parameters and is
indexed purely by the lattice point . Two classical families appear as the boundary of
the grid: row consists of the Mersenne numbers, and column of the
primorial numbers . The companion face
(the second kind) carries the Euclid and Fermat forms on its edges.
Three structural properties follow from that coupling. First,
for every prime : the maximal built-in small-prime sieve for the base.
Second, for no exponent is ever disqualified by an algebraic factorization, in
contrast to the Mersenne row, where composite exponents cannot give primes. Third,
is completely factored by construction, so a deterministic primality proof is
available at every cell of the grid. The second property concerns factorizations in the
exponent only; it does not show that any row contains infinitely many primes.
A proof for every prime in the grid
Because one neighbor of is completely factored, the classical criteria apply
at every cell: the Lucas test on the minus face, and Pocklington's test on
the plus face. Each produces a proof rather than a probability, at roughly the cost
of three probable-prime tests. Within the grid this takes a particularly compact form: in
the size regime stated in the paper, and given a successful seed, primality is decided by a
single -only Lucas ladder — an -fold iteration of the degree-
Chebyshev-type map , of which the classical Lucas–Lehmer
iteration is the case. Criteria of this kind for
are classical; what the grid contributes is that the hypothesis they all need
— a completely factored neighbor — is supplied at every cell by
construction, so no cell is excluded for want of a factorization. The rest of
each criterion's hypotheses still have to be met: the single ladder applies in
the size regime stated in the paper and needs a seed that succeeds, and outside
that regime a multi-factor argument is used. A value is published as prime only
when the applicable criterion returns a certificate, never on the strength of a
probable-prime test.
Applied across the grid, this has produced a catalogue of
5,751 proven Yagel primes — 2,889 on the minus
face and 2,862 on the plus face. The largest is , of
49,867 decimal digits. 31 cells are prime on both faces at once,
giving twin primes in which each member has a completely factored neighbor. Explore any cell
of the grid on the datasets page, which computes the exact value in
your browser.
The structure theory, the primality criteria and the computational results are set out in the
living edition of the paper.