REVIEW 5 major objections 5 minor 60 references
PPT: New Low Complexity Deterministic Primality Tests Leveraging Explicit and Implicit Non-Residues. A Set of Three Companion Manuscripts
T0 review · 5 major / 5 minor · reviewed 2026-08-14 · deepseek-v4-flash
Pith's one-line read Two modular congruences, one using a quadratic non-residue, may certify primality if the paper's conjecture holds.
desk verdict A genuinely new conjecture-driven approach to deterministic primality testing with strong experimental evidence, but the advertised O((log N)^3) result is not the algorithm actually specified and the abstract overstates what is proven. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The engine is the Modular Binomial Expansion Congruence (MBEC): for prime N, (1+x)^N is congruent to 1+x^N modulo N. The baseline test evaluates this congruence at x = $\sqrt$(q) for a quadratic non-residue q, together with the Euler criterion q^((N-1)/2) congruent to -1 modulo N. To avoid finding an explicit q, the paper derives from the cyclotomic polynomial Phi_m(x) two monic polynomials Upsilon_m(t), via t = x + 1/x, and Psi_m(u), via u = $\sqrt$($t^{2}$ - 4), whose roots are implicitly non-residues modulo N. The generalized tests perform the MBEC and the power law x^(N^d - 1) modulo Upsilon_m and Psi_m, where d is the degree of Upsilon_m; a logarithmic bound on m keeps d logarithmic in N, which is what drives the low worst-case complexity claim.
What would settle it
For the baseline conjecture, a single composite N and a quadratic non-residue q not equal to -1 with q^((N-1)/2) congruent to -1 modulo N and (1+$\sqrt$(q))^N congruent to 1+($\sqrt$(q))^N modulo N would refute the claim. For the fastest generalized form, a single composite N whose Psi_m congruence vanishes would refute FGPC; such an N can be sought by running the check on the same Carmichael and pseudoprime datasets already used in the paper.
Extended reading notes
Core claim
The paper's central claim is that no composite integer can simultaneously satisfy the Baseline Primality Conjecture conditions: N is odd and not a perfect square; q is a quadratic non-residue modulo N with q not congruent to -1; q satisfies the Euler criterion q^((N-1)/2) congruent to -1 modulo N; and $\sqrt$(q) satisfies the modular binomial congruence (1+$\sqrt$(q))^N congruent to 1+($\sqrt$(q))^N modulo N. The authors generalize this by deriving two monic polynomials, Upsilon_m and Psi_m, from the cyclotomic polynomial Phi_m, whose roots implicitly specify non-residues modulo N. They conjecture that checking the binomial congruence and related power congruences modulo these polynomials certifies primality without an explicit non-residue. The fastest form, the Furthermost Generalized Primality Conjecture, reduces the certificate to a single congruence modulo Psi_m. The paper reports exhaustive experiments with no counterexample, but analytic proofs are provided only for some subcases of the baseline conjecture.
Load-bearing premise
The fastest generalized variant stands on one unsupported claim: no composite passes the single binomial congruence computed modulo the special polynomial Psi_m (derived from cyclotomic polynomials), and the paper supports that claim only by experiment.
Editorial extensions
If this is right
- For roughly 91.67% of odd inputs, either 2, -2, or 3 is immediately available as a quadratic non-residue, so the baseline test needs at most two modular exponentiations once that value is in hand.
- A quadratic non-residue that fails the strong pseudoprime test also fails the Euler criterion, so an Euler-criterion check can replace further strong-pseudoprime rounds whenever a non-residue is encountered.
- If the Furthermost Generalized Primality Conjecture holds, a single binomial congruence modulo Psi_m certifies primality in worst-case O((log N)^3 polylog(log N)) without ever constructing an explicit non-residue.
- The cyclotomic and Upsilon_m congruence checks alone can be fooled by composites; in the experimental record, the Psi_m check is the one that catches the composites that pass the others.
Reading between the lines
- Beyond the paper, if FGPC survives further testing, the generalized test becomes a candidate for the fastest known deterministic primality certificate in practice, because the degree of Psi_m is logarithmic in N rather than roughly (log N)^2 as in the standard polynomial-time test.
- Beyond the paper, the same implicit-non-residue construction may transfer to other tasks in computational number theory that require a non-residue, such as constructing irreducible polynomials or extracting square roots in finite fields, though the paper does not develop that transfer.
- Beyond the paper, the hybrid structure suggests a practical adaptive protocol: try random bases, and as soon as one turns out to be a quadratic non-residue, switch to the two-congruence certificate to obtain a deterministic result; the paper describes hybrids but does not optimize this switching policy.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript, in three companion parts, proposes new deterministic primality tests based on a family of conjectures about quadratic non-residues and cyclotomic-derived polynomials. The Baseline Primality Conjecture (Section 2) asserts that an odd non-square N is prime if some q ≠ -1 is a quadratic non-residue, satisfies Euler's criterion, and makes sqrt(q) satisfy the modular binomial congruence. Part 1 specifies the explicit-QNR algorithm PPTA_EQNR and the implicit-non-residue algorithm PPTA_INR, derives several auxiliary lemmas, and states the Generalized and Furthermost Generalized Primality Conjectures (Sections 10 and 13.1). Part 2 reports experimental tests over Carmichael numbers, pseudoprimes, and large probable primes, claiming no counterexample. Part 3 gives proofs of the baseline conjecture for special cases. The advertised headline result is a deterministic worst-case O((log N)^3 polylog(log N)) primality test, with PPTA_EQNR claimed to run in O((log N)^2 polylog(log N)) once a quadratic non-residue is known.
Significance. If the conjectures were proved, the paper would offer a substantial complexity improvement over AKS for deterministic primality testing, and the hybrid Miller-Rabin variants in Section 7 could be practically useful. The paper deserves credit for several clean auxiliary results: PL1 (a QNR that is a Miller-Rabin witness is an Euler witness), PL2 (the binomial congruence holds modulo any nonzero divisor polynomial for prime N), PL3 (existence of canonical divisor polynomials with non-residue roots), and PL4 (Fermat-style identity in irreducible quotient rings). The experimental campaign is extensive, covering all Carmichael numbers below 10^18, many constructed pseudoprimes, and very large probable primes, and the conjectures are tested against external data rather than fit to data. However, the central claims are conditional on unproved conjectures, and the paper's own specified algorithm does not realize the advertised O((log N)^3) bound.
major comments (5)
- [Abstract and Section 13.1] The abstract claims a deterministic worst-case O((log N)^3 polylog(log N)) test 'unconditionally', but the only derivation of that bound is Primality Lemma 7, whose proof begins 'Assuming that the Furthermost Generalized Primality Conjecture (FGPC) is true'. FGPC itself is stated in Section 13.1 as a conjecture with no proof, and the paper provides no pseudocode for an FGPC-only algorithm. The algorithm actually specified, PPTA_INR in Section 11, line 23, checks 'any of the four conditions in PGP Conjecture', i.e. PGPC, not FGPC. The paper's own PL6 gives an O((log N)^4 polylog(log N)) bound for that algorithm. The advertised O((log N)^3) claim is therefore not established by the manuscript.
- [Section 2 and Section 4] The load-bearing assertion is Phatak's Baseline Primality Conjecture (PBPC), which states that conditions C-1 through C-5 are sufficient for primality. Section 4 proves correctness of PPTA_EQNR only under the explicit assumption 'if the PBP Conjecture is true'. Section 15.2 and Part 3 acknowledge that only special cases of the conjectures are proved analytically. Since the deterministic correctness of the baseline and generalized algorithms rests entirely on these unproven conjectures, the manuscript does not provide a deterministic primality test in the standard sense.
- [Section 9.2, Eqs. (78) and (79)] The analogue of Euler's criterion for the canonical divisor polynomials is introduced as 'Auxiliary Primality Conjecture 1' and the paper states 'We do not yet know how to prove in general ... the two identities in Eqns. (78) and (79)'. The partial proofs given require irreducibility of Υ_m or Ψ_m modulo N, which is a stronger condition than the no-integer-root guarantee of PL3 and is not established for the algorithm's inputs. These identities are essential to PGPC conditions 3 and 4, so the generalized test's correctness is not supported beyond the conjecture itself.
- [Section 5.2 and Section 5.3] The claimed O((log N)^2 polylog(log N)) complexity of PPTA_EQNR applies only after an explicit QNR is available. Section 5.2 concedes that no deterministic polynomial-time method is known to find a QNR for arbitrary composite N, and Section 5.3 writes the overall complexity as the maximum of the two costs. Thus the manuscript does not actually deliver a deterministic polynomial-time test for all N via the baseline route; the generalized route is the only candidate, and it is conjectural and at best O((log N)^4) by the paper's own PL6.
- [Part 2, Sections 20-24] The experimental data, while extensive, do not constitute evidence sufficient for a deterministic correctness claim. Testing all Carmichael numbers below 10^18 and assorted larger pseudoprimes is useful corroboration, but the conjectures are universal statements over all integers, and the paper's own conclusion in Part 2 is 'No counter example has been found'. This cannot replace a proof, and the paper explicitly leaves the full proofs as future work.
minor comments (5)
- [Section 11, line 23] The pseudocode refers to 'PGP Conjecture', which appears to be a typo for 'PGPC' (Phatak's Generalized Primality Conjecture).
- [Section 16 and Part 2, Section 23] Several passages are written in a personal, exhortatory style ('we hope that readers and reviewers will feel the same level of excitement', 'just joking as usual') that is inappropriate for a formal journal submission.
- [Section 5.4, Reason 1] The nested numbering '5.1, 5.2, 5.3' inside Reason 1 conflicts with the section numbering and makes the text harder to follow.
- [Equations (16)-(20)] The notation for the coefficients of BCC(sqrt(q),N) is inconsistent: A and B are used in Eq. (16), while A1 and B1 are introduced in Eq. (20) without a clear distinction; define the coefficient notation once and use it consistently.
- [Throughout] The document contains numerous typographical errors and formatting artifacts, including 'Primailty' in the title page, 'congruence modulo' misspellings, and several incomplete or garbled sentences; a thorough editorial pass is needed.
Circularity Check
No circularity: the conjectures are used as open premises with explicitly conditional proofs, and all experimental support comes from external benchmark sets.
full rationale
The paper's derivation chain is not circular. The Baseline Primality Conjecture (PBPC), Generalized Primality Conjecture (PGPC), and Furthermost Generalized Primality Conjecture (FGPC) are stated as unproved conjectures and are not derived from the algorithm outputs; the correctness proofs are explicitly conditional (e.g., Section 4: 'if the PBP Conjecture is true; then the PPTA_EQNR Algorithm works correctly', and Section 12: 'assuming that PGP Conjecture is true'). No free parameters are fitted to data: the algorithms evaluate fixed congruences (ECC, BCC, PGPC conditions 1-4, FGPC condition), and the experimental validation is performed against external benchmark sets (Pinch's exhaustive Carmichael/pseudoprime lists, Arnault's constructed composites, probable-prime records), not against a training subset that is then 'predicted'. The one self-citation to the companion Part/Article 3 ([11]) supports only the trivial forward direction and the status of partial analytic proofs; it is not load-bearing for the conjectures themselves. The abstract's O((log N)^3) claim is not established by the Section 11 algorithm as written (which checks the four PGPC conditions and hence has the O((log N)^4) bound of PL6; PL7 is conditional on FGPC), but this is a correctness/consistency gap, not a circular reduction. Cross-validation between the baseline and generalized conjectures (Section 15.4) is described as a consistency check, and both are independently tested against external data, so it does not make either conjecture an input to itself.
Assumptions & free parameters
assumptions (4)
- ad hoc to paper Phatak Baseline Primality Conjecture: conditions C-1 through C-5 imply N is prime.
- ad hoc to paper Auxiliary Primality Conjecture 1, identities (78) and (79) for powers of x modulo Upsilon_m and Psi_m.
- ad hoc to paper Phatak Generalized Primality Conjecture (PGPC): the four congruences together imply N is prime.
- ad hoc to paper Furthermost Generalized Primality Conjecture (FGPC): a single Psi_m-based binomial congruence implies N is prime.
Cite this review
Pith. "Pith review of PPT: New Low Complexity Deterministic Primality Tests Leveraging Explicit and Implicit Non-Residues. A Set of Three Companion Manuscripts." pith.science (2026). https://pith.science/paper/UPMFNGL5
@misc{pith2026190806964,
author = {Pith},
title = {Pith review of: PPT: New Low Complexity Deterministic Primality Tests Leveraging Explicit and Implicit Non-Residues. A Set of Three Companion Manuscripts},
year = {2026},
howpublished = {\url{https://pith.science/paper/UPMFNGL5}},
note = {Machine review of arXiv:1908.06964}
}
read the original abstract
In this set of three companion manuscripts/articles, we unveil our new results on primality testing and reveal new primality testing algorithms enabled by those results. The results have been classified (and referred to) as lemmas/corollaries/claims whenever we have complete analytic proof(s); otherwise the results are introduced as conjectures. In Part/Article 1, we start with the Baseline Primality Conjecture~(PBPC) which enables deterministic primality detection with a low complexity = O((log N)^2) ; when an explicit value of a Quadratic Non Residue (QNR) modulo-N is available (which happens to be the case for an overwhelming majority = 11/12 = 91.67% of all odd integers). We then demonstrate Primality Lemma PL-1, which reveals close connections between the state-of-the-art Miller-Rabin method and the renowned Euler-Criterion. This Lemma, together with the Baseline Primality Conjecture enables a synergistic fusion of Miller-Rabin iterations and our method(s), resulting in hybrid algorithms that are substantially better than their components. Next, we illustrate how the requirement of an explicit value of a QNR can be circumvented by using relations of the form: Polynomial(x) mod N = 0 ; whose solutions implicitly specify Non Residues modulo-N. We then develop a method to derive low-degree canonical polynomials that together guarantee implicit Non Residues modulo-N ; which along with the Generalized Primality Conjectures enable algorithms that achieve a worst case deterministic polynomial complexity = O( (log N)^3 polylog(log N)) ; unconditionally ; for any/all values of N. In Part/Article 2 , we present substantial experimental data that corroborate all the conjectures. No counter example has been found. Finally in Part/Article 3, we present analytic proof(s) of the Baseline Primality Conjecture that we have been able to complete for some special cases.
Figures
Figures from the paper (8 more)
Reference graph
Works this paper leans on
-
[1]
R. G. E. Pinch, “Mathematics research page,” Last modified: 2011, http://www.chalcedon.demon.co.uk/rgep/rcam.html
work page 2011
-
[2]
Prime and prejudice: Primality testing under adversarial conditions,
M. R. Albrecht, J. Massimo, K. G. Paterson, and J. Somorovsky, “Prime and prejudice: Primality testing under adversarial conditions,” in Proceedings of the 2018 ACM SIGSAC Conference on Computer and Communications Security . ACM, 2018, pp. 281–298
work page 2018
-
[3]
Wikipedia, “Euler’s criterion,” Last modified: Nov. 2018, https://en.wikipedia.org/wiki/Euler’s_criterion
work page 2018
-
[4]
W. J. LeVeque, Elementary theory of numbers . Courier Corporation, 1990
work page 1990
-
[5]
Shoup,A computational introduction to number theory and algebra
V . Shoup,A computational introduction to number theory and algebra . Cambridge university press, 2009
work page 2009
-
[6]
R. Crandall and C. B. Pomerance, Prime numbers: a computational perspective . Springer Science & Business Media, 2006, vol. 182
work page 2006
-
[7]
Wikipedia, “Jacobi Symbol,” Last modified: Nov. 2018, https://en.wikipedia.org/wiki/Jacobi_symbol
work page 2018
-
[8]
P. Corn and J. Khim ; Brilliant.org, “Jacobi Symbol,” Last modified: Nov. 2018, https://brilliant.org/wiki/jacobi-symbol
work page 2018
Show all 60 references
-
[9]
Maplesoft,
“Maplesoft,” Last modified : 2018, . [Online]. Available: https://maplesoft.com/
2018
-
[10]
PRIMES is in P,
M. Agrawal, N. Kayal, and N. Saxena, “PRIMES is in P,”Annals of mathematics, pp. 781–793, 2004
2004
-
[11]
D. S. Phatak, et. al., “PPT : New Low Complexity Deterministic Primality Tests Leveraging Explicit and Implicit Non-Residues. PART/Article 3 : Analytic Proofs of Baseline Primality Conjecture for Special Cases,” August 2019, The overall document is a set of 3 companion articles
2019
-
[12]
The distribution of quadratic and higher residues,
H. Davenport and P. Erdos, “The distribution of quadratic and higher residues,” Publ. Math. Debrecen, vol. 2, no. 3–4, pp. 252–265, 1952
1952
-
[13]
The least quadratic non residue,
N. C. Ankeny, “The least quadratic non residue,” Annals of mathematics, pp. 65–72, 1952. 80
1952
-
[14]
The distribution of quadratic residues and non-residues,
D. A. Burgess, “The distribution of quadratic residues and non-residues,”Mathematika, vol. 4, no. 2, pp. 106–112, 1957
1957
-
[15]
Lower bounds for least quadratic non-residues,
S. Graham and C. Ringrose, “Lower bounds for least quadratic non-residues,” inAnalytic number theory. Springer, 1990, pp. 269–309
1990
-
[16]
Constructing nonresidues in finite fields and the Extended Riemann Hypothesis,
J. Buchmann and V . Shoup, “Constructing nonresidues in finite fields and the Extended Riemann Hypothesis,” Mathematics of Computation of the American Mathematical Society , vol. 65, no. 215, pp. 1311–1326, 1996
1996
-
[17]
On the distribution of quadratic residues and nonresidues modulo a prime number,
R. Peralta, “On the distribution of quadratic residues and nonresidues modulo a prime number,” Mathematics of Computation, vol. 58, no. 197, pp. 433–440, 1992
1992
-
[18]
Quadratic nonresidues and applications,
N. A. Carella, “Quadratic nonresidues and applications,” 2003, technical Report No. 190, School of Computer and Information Systems, PACE University, 1 Pace Plaza, New York, NY 10038
2003
-
[19]
Complexity of computing quadratic nonresidues,
N. Carella, “Complexity of computing quadratic nonresidues,” arXiv preprint math/0502214, 2005
2005 arXiv
-
[20]
On taking square roots and constructing quadratic nonresidues over finite fields,
T.-W. Sze, “On taking square roots and constructing quadratic nonresidues over finite fields,” preprint, 2007, PDF copy available via Citeseer at the link http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.137.4571&rep=rep1&type=pdf
2007
-
[21]
The least quadratic nonresidue, and the square root barrier,
T. Tao, “The least quadratic nonresidue, and the square root barrier,” 2009, PDF copy available at the link https://terrytao.wordpress.com/2009/08/18/the-least-quadratic-nonresidue-and-the-square-root- barrier/
2009
-
[22]
On taking square roots without quadratic nonresidues over finite fields,
T.-W. Sze, “On taking square roots without quadratic nonresidues over finite fields,”Mathematics of Computation, vol. 80, no. 275, pp. 1797–1811, 2011
2011
-
[23]
Conditional bounds for the least quadratic non- residue and related problems,
Y . Lamzouri, X. Li, and K. Soundararajan, “Conditional bounds for the least quadratic non- residue and related problems,” Mathematics of Computation, vol. 84, no. 295, pp. 2391–2412, 2015
2015
-
[24]
The elliott–halberstam conjecture implies the vinogradov least quadratic nonresidue conjecture,
T. Tao, “The elliott–halberstam conjecture implies the vinogradov least quadratic nonresidue conjecture,” Algebra & Number Theory, vol. 9, no. 4, pp. 1005–1034, 2015
2015
-
[25]
PRIMES is in P
M. Dietzfelbinger, Primality testing in polynomial time: from randomized algorithms to" PRIMES is in P". Springer, 2004, vol. 3000
2004
-
[26]
Primality testing with gaussian periods,
H. W. Lenstra Jr. and C. Pomerance, “Primality testing with gaussian periods,” inFSTTCS, 2002, p. 1
2002
-
[27]
Primality testing with gaussian periods,
H. Lenstra Jr. and C. Pomerance, “Primality testing with gaussian periods,” Last modified : 2008, . [Online]. Available: https://math.dartmouth.edu/~carlp/aks240817.pdf
2008
-
[28]
Proving primality in essentially quartic random time,
D. Bernstein, “Proving primality in essentially quartic random time,”Mathematics of computation, vol. 76, no. 257, pp. 389–403, 2007. Part/Article 1 – page 81
2007
-
[29]
On the complexity of multiplication in finite fields,
A. Lempel, G. Seroussi, and S. Winograd, “On the complexity of multiplication in finite fields,” Theoretical Computer Science, vol. 22, no. 3, pp. 285–296, 1983
1983
-
[30]
Hensel lifting and polynomial division,
M. Agrawal, “Hensel lifting and polynomial division,” Lecture 17, CS 681: Computational Number Theory and Algebra, 2005, available at the web-link https://www.cse.iitk.ac.in/users/manindra/CS681/2005/Lecture17.pdf
2005
-
[31]
Sparse polynomial multiplication and division in maple 14,
M. Monagan and R. Pearce, “Sparse polynomial multiplication and division in maple 14,”ACM Communications in Computer Algebra, vol. 44, no. 3/4, pp. 205–209, 2011
2011
-
[32]
On newton–raphson iteration for multiplicative inverses modulo prime powers,
J.-G. Dumas, “On newton–raphson iteration for multiplicative inverses modulo prime powers,” IEEE Transactions on Computers, vol. 63, no. 8, pp. 2106–2109, 2013
2013
-
[33]
Faster polynomial multiplication over finite fields using cyclotomic coefficient rings,
D. Harvey and J. van der Hoeven, “Faster polynomial multiplication over finite fields using cyclotomic coefficient rings,” Journal of Complexity, 2019
2019
-
[34]
Carmichael numbers,
R. G. E. Pinch, “Carmichael numbers,” Last modified: 2008, http://www.chalcedon.demon.co.uk/rgep/carpsp.html
2008
-
[35]
Strong pseudoprime,
Wikipedia, “Strong pseudoprime,” Last modified: Oct. 2018, https://en.wikipedia.org/wiki/Strong_pseudoprime
2018
-
[36]
Miller–Rabin primality test,
——, “Miller–Rabin primality test,” Last modified: Dec. 2018, https://en.wikipedia.org/wiki/Miller_Rabin_primality_test
2018
-
[37]
T. H. Cormen, C. E. Leiserson, R. L. Rivest, and C. Stein, Introduction to algorithms. MIT press, 2009
2009
-
[38]
Cyclotomic polynomial,
Wikipedia, “Cyclotomic polynomial,” Last modified: 2019, https://en.wikipedia.org/wiki/Cyclotomic_polynomial
2019
-
[39]
Primorial,
——, “Primorial,” last updated in 2019, https://en.wikipedia.org/wiki/Primorial
2019
-
[40]
Parhami, Computer Arithmetic Algorithms and Hardware Designs
B. Parhami, Computer Arithmetic Algorithms and Hardware Designs . Oxford University Press, 2000
2000
-
[41]
New distributed algorithms for fast sign detection in residue number systems (rns),
D. S. Phatak and S. D. Houston, “New distributed algorithms for fast sign detection in residue number systems (rns),” Journal of Parallel and Distributed Computing, vol. 97, pp. 78–95, 2016
2016
-
[42]
Bertrand’s postulate,
Wikipedia, “Bertrand’s postulate,” Last modified: May 2019, https://en.wikipedia.org/wiki/Bertrand’s_postulate
2019
-
[43]
Prime–counting function,
——, “Prime–counting function,” last updated in 2019, https://en.wikipedia.org/wiki/Prime-counting_function
2019
-
[44]
Baillie–PSW primality test,
——, “Baillie–PSW primality test,” Last modified: Oct. 2018, https://en.wikipedia.org/wiki/Baillie–PSW_primality_test
2018
-
[45]
Quadratic residue,
——, “Quadratic residue,” Last modified: Aug. 2018, https://en.wikipedia.org/wiki/Quadratic_residue. Part/Article 1 – page 82
2018
-
[46]
Carmichael numbers in number rings,
G. A. Steele, “Carmichael numbers in number rings,”Journal of Number Theory , vol. 128, no. 4, pp. 910–917, 2008
2008
-
[47]
Constructing carmichael numbers which are strong pseudoprimes to several bases,
F. Arnault, “Constructing carmichael numbers which are strong pseudoprimes to several bases,” Journal of Symbolic Computation, vol. 20, no. 2, pp. 151–161, 1995
1995
-
[48]
The carmichael numbers up to 1021,
R. G. Pinch, “The carmichael numbers up to 1021,” in Proceedings of Conference on Algorithmic Number Theory 2007, 2007, p. 129
2007
-
[49]
PRP Records, Probable Primes Top 10000 ,
Lifchitz, Henri and Lifchitz, Renaud, “PRP Records, Probable Primes Top 10000 ,” Last modified: Jan. 2019, http://www.primenumbers.net/prptop/prptop.php
2019
-
[50]
A014233 : Smallest odd number for which Miller-Rabin primality test on bases≤n-th prime does not reveal compositeness
Jud, McCranie and Sloane, N. J. A. and Joerg, Arndt and OEIS foundation staff, “ A014233 : Smallest odd number for which Miller-Rabin primality test on bases≤n-th prime does not reveal compositeness.” Last modified: Dec. 2018, https://oeis.org/A014233
2018
-
[51]
A001262 : Strong pseudoprimes to base 2,
N. J. A. Sloane and OEIS foundation staff , “A001262 : Strong pseudoprimes to base 2,” Last modified: Jan. 2019, https://oeis.org/A001262
2019
-
[52]
Higher-order Carmichael numbers,
E. Howe, “Higher-order Carmichael numbers,”Mathematics of computation, vol. 69, no. 232, pp. 1711–1719, 2000
2000
-
[53]
Higher-order carmichael numbers,
——, “Higher-order carmichael numbers,” 2006, colorado State University Mathematics Colloquium, December. [Online]. Available: http://ewhowe.com/talks/FortCollins.pdf
2006
-
[54]
Pepin’s Test,
Wikipedia, “Pepin’s Test,” Last modified: Aug. 2018, https://en.wikipedia.org/wiki/Pepin’s_test
2018
-
[55]
Fermat number,
——, “Fermat number,” Last modified: Dec. 2018, https://en.wikipedia.org/wiki/Fermat_number
2018
-
[56]
Mersenne prime,
——, “Mersenne prime,” Last modified: Jan. 2019, https://en.wikipedia.org/wiki/Mersenne_prime
2019
-
[57]
Lucas–Lehmer primality test,
——, “Lucas–Lehmer primality test,” Last modified: Dec. 2018, https://en.wikipedia.org/Lucas–Lehmer_primality_test. Part/Article 1 – page 83 § Section 17 : Article 1 – Appendix 1 Basic Number Theory Background Fact 3 : LetN >1 be an odd positive integer that is not a square of s...
2018
-
[58]
Decimal digit length of each number should not be more than about 60,000 digits (otherwise it takes a day or longer just to execute the 2 modular exponentiations required in the PPTA_EQNR algorithm)
-
[59]
probable prime
The formula for the numbers should be as diverse as possible. The numbers we picked are listed in Table 11. Each of these numbers was tested with the PPTA_EQNR algorithm. The relevant parameters of each run together with the final output (a decision indicating whetherN is a pri...
2018
-
[60]
conjugate
= (1−2) =−1 mod P (356) and in an analogous manner, the corresponding “conjugate” relation [1− √ 2] (N+1) =−1 mod P (357) Since (N + 1)is even; and−1 is a QR (Quadratic-Residue) the square root of Relation (356) yields (1 + √ 2) (N +1 2 ) =s mod P (358) where ;s is an integer ...
2018
Reviewed August 14, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.