For a natural number
Here is a graph of the integral defining
And here is a plot of
Here is an extension of that image to
A view of
An enlargement of the previous graph, also including the greedy algorithm lower bound:
This repository records the efforts to verify the Guy-Selfridge conjectures concerning the sequence
-
$t(N) \geq \lfloor 2N/7 \rfloor$ for all$N \neq 56$ . -
$t(N) \geq N/3$ for all$N \geq 3 \times 10^5$ . How small can the lower threshold$3 \times 10^5$ be?
(A further conjecture of Guy and Selfridge that
Secondary goals are
- Extend the values of
$t(N)$ reported in the OEIS (which are listed up to)$N \leq 79$ , and which can be extended to$N \leq 200$ by inverting OEIS A034259. - Obtain more accurate values for
$c_0$ and$c_1$ .
- Conjecture 1 has been fully verified, as a consequence of Conjecture 2 for
$N \geq 43632$ , and either the greedy or linear programming method for$N < 43632$ . - Conjecture 2 has been verified for all
$N \geq 43632$ , and is known to fail for$N = 43631$ . For$N \leq 8 \times 10^4$ ; these facts can be obtained by a linear programming method; for$8 \times 10^4 < N \leq 10^{11}$ by a modified greedy method; and for$N \geq 10^{11}$ by a modified approximate factorization method. A separate modified greedy method has verified the range$10^6 \leq N \leq 10^{12}$ . The smallest$N$ for which the conjecture holds (excluding the small cases$N=1,2,3,4,5,6,9$ ) is$N=41006$ . - The OEIS tables have been extended to
$N \leq 10000$ by the linear programming method (combined with integer programming to handle a few rare cases where the linear programming bounds are not tight). - Using interval arithmetic and rigorous error bounds, one has
$c_0 = 0.304419010\dots$ and$c_1 = 0.75554808\dots$ .Non-rigorous heuristic calculations predict that$c_0 \approx 0.30441901087$ .
Date | Contributor | Goal | Method | Comments | |
---|---|---|---|---|---|
Oct 1998 | Richard Guy and John Selfridge | 1,3 | Unknown | Exact value computed | |
12 May 2001 | Robert G. Wilson | 1, 3 | Unknown | Exact value computed | |
29 Nov 2001 | Don Reble | 1, 3 | Unknown | Exact value computed | |
26 Mar 2025 | Terence Tao | 1, 2 | Sufficiently large | Modify an approximate factorization | Back of the envelope calculations suggest that this construction works for |
27 Mar 2025 | Andrew Sutherland | 1 | Greedy | N = 182, 200, 207 treated separately | |
27 Mar 2025 | Andrew Sutherland | 2 | Greedy | Surplus of 372 at |
|
3 Apr 2025 | Matthieu Rosenfeld | 2 | Improved greedy | Surplus of 393 | |
3 Apr 2025 | Markus Uhr | 2 | Linear program | Surplus of 455; likely optimal | |
4 Apr 2025 | Matthieu Rosenfeld | 2 | Improved greedy | ||
5 Apr 2025 | Kevin Ventullo | 2 |
|
Improved greedy | |
6 Apr 2025 | Kevin Ventullo | 2 |
|
Improved greedy | Conjecture 1 is now reduced to Conjecture 2 |
6 Apr 2025 | Matthieu Rosenfeld | 2 | Improved greedy | ||
8 Apr 2025 | Gustavo | 2 | Modify an approximate factorization | ||
9 Apr 2025 | Markus Uhr | 3 | Linear programming (or integer programming for |
LP bound is off by one at |
|
11 Apr 2025 | Matthieu Rosenfeld | 2 | Improved greedy | ||
11 Apr 2025 | Boris Alexeev | 2 | Linear programming | ||
11 Apr 2025 | Uhrmar | 2 |
|
Linear programming | Provisional limit of Conjecture 2 reached |
12 Apr 2025 | Evan Conway | 2 |
|
Linear programming |
|
13 Apr 2025 | Boris Alexeev | 2 | Sufficiently large | Redistributing small factors from standard factorization | |
14 Apr 2025 | Matthieu Rosenfeld | 2 | Improved greedy | ||
14 Apr 2025 | Boris Alexeev | 2 | Linear programming | Rigorous certificate of Conjecture 2 failure at this point | |
14 Apr 2025 | Evan Conway | 2 | Linear programming | ||
16 Apr 2025 | Boris Alexeev | 3 |
|
Linear programming | |
17 Apr 2025 | Boris Alexeev | 3 | Linear and integer programming | ||
17 Apr 2025 | Terence Tao | 2 | Modified approximate factorization + explicit estimates | Lack of monotonicity prevents generalizing to higher |
|
19 Apr 2025 | Terence Tao | 2 | Modified approximate factorization + explicit estimates | Lack of monotonicity prevents generalizing to higher |
|
20 Apr 2025 | Terence Tao | 2 | Modified approximate factorization + explicit estimates + interval arithmetic | Completes verification of Conjectures 2,3 | |
20 Apr 2025 | Evan Conway | 2 | Modified approximate factorization + explicit estimates + + interval arithmetic | Close to the limit of existing estimates | |
26 Apr 2025 | Andrew Sutherland | 2 | Fast modified greedy | ||
30 Apr 2025 | Andrew Sutherland | 2 | Greedy | Lower threshold optimal for vanilla greedy |
Date | Contributor | Result | Method | Comments |
---|---|---|---|---|
26 Mar 2025 | Terence Tao | Naive Riemann sum | Non-rigorous | |
11 Apr 2025 | Terence Tao | Exact evaluation of partial integral + heuristic estimate of error | Non-rigorous | |
11 Apr 2025 | Evan Conway | Exact eval. of partial integral + rigorous bound on error | Rigorous (up to rounding errors) | |
19 Apr 2025 | Terence Tao | Exact evaluation of partial integral + heuristic estimate of error | Non-rigorous | |
21 Apr 2025 | Terence Tao |
|
Exact eval. of partial integral + rigorous bound on error | Rigorous (to 50 decimal precision) |
-
OEIS A034258 - has data on
$t(N)$ for$N \leq 79$ -
OEIS A034259 - implicitly has data on
$t(N)$ for$N \leq 200$ - Values of t(N) for N up to 200
- Greedy algorithm lower bounds on t(N) for N between 80 and 599.
- Examples and linear programming certificates for N up to 600 (explained here)
- Values of t(N) for N up to 600
- Values of t(N) for N up to 10000
- A factorization verifying t(41006) >= 13669 - the first large positive case of Conjecture 2
-
A factorization verifying t(43632) >= 14545 - the first point where Conjecture 2 becomes true for this and all larger values of
$N$ - Upper and lower bounds for t(N) for randomly sampled N between 10^3 and 10^5 - obtained by linear programming
- Upper and lower bounds for t(N) for N between 10^3 and 10^5 that are multiples of 100 - obtained by linear programming
- Upper and lower bounds for t(N) for round number N between 10^5 and 10^9 - obtained by linear programming
- Lower bounds for t(N) for round N between 10^4 and 10^12 - obtained by a heuristic fast greedy method
- Lower bounds for t(N) for round N between 10^4 and 10^9 - obtained by an exhaustive fast greedy method
- Lower bounds for t(N) for round N between 10^4 and 10^9 - obtained by a heuristic greedy method
- Lower bounds for t(N) for round N between 10^4 and 10^8 - obtained by an exhaustive greedy method
- Lower bounds for t(N) for N between 40000 and 45000 - uses "floor + residuals" linear programming method
- Values of t(N) when one restricts to only being able to rearrange small primes: 2 only, up to 3, up to 5, up to 7.
- Instructions for contributors
- "Decomposing a factorial into large factors", blog post, Terence Tao, 26 March 2025.
- Decomposing a factorial into large factors, arXiv preprint v2, Terence Tao, 28 March 2025.
- Notes on criteria for bounding t(N)