hansvm
7 months ago
A mathy construction like in the article is probably important for the full conjecture, but isn't this concrete case just an instance of the bin-covering problem? Your discrete items are the log of each prime factor (included according to its multiplicity), set the lower threshold to log(100k), and if you get any solution with 300k or more factors, you can redistribute the extra factors arbitrarily.
madcaptenor
7 months ago
Tao agrees with you: https://terrytao.wordpress.com/2025/03/26/decomposing-a-fact...
btilly
7 months ago
In the same thread Tao commented https://terrytao.wordpress.com/2025/03/26/decomposing-a-fact... which shows work from Andrew Sutherland that got the 100k limit after about a day.
As impressed as I am with this solution, it didn't get to be the first to solve the problem.
gus_massa
7 months ago
I did't notice it. It's using a different method, but it's interesting that it also uses the primes in N! ordered from bigger to smaller.
adgjlsfhk1
7 months ago
the primes bigger than ~sqrt(t) have an "obviously" best matching so it's not too surprising.