Let $P(m,n)$ mean that there is a number, $M$, such that starting with $M$ there are $m$ consecutive numbers each having exactly $n$ distinct prime factors. Is it obvious that $P(m,n)$ is true for all $m$ and $n$? My gut says "obviously" and $P(4,4)$ and $P(5,5)$ are definitely true (for 134043 and 129963314 respectively). It seems like some sort of pigeonhole proof based on the number of factors available might work, but upon reflection, I'm not so sure. Maybe I'm missing something obvious.
Remember to vote up questions/answers you find interesting or helpful (requires 15 reputation points)
|
7
2
|
|||||||
|
|
8
|
P(4,1) is true because of 2,3,4,5 but I strongly doubt that P(5,1) is true. Indeed P(4,1) is only true that once and even P(3,1) happens for the last time at 7,8,9. Of any 210 consecutive integers one is divisible by 2,3,5,7 so P(210,3) fails. I'm sure that can be improved. It does generalize . As noted in the comments, there are two cases (at least) of 8 consecutive integers each with two distinct prime factors and 12 can be ruled out. Actually it seems extremely unlikely that there are any cases of 9, let alone 10 or 11: Such a run of 9 would have to include 7 integers |
|||||||||||||||||||||||
|
You can accept an answer to one of your own questions by clicking the check mark next to it. This awards 15 reputation points to the person who answered and 2 reputation points to you.
|
3
|
Check out the related question http://mathoverflow.net/questions/50624/happy-new-prime-year . I have some code posted there which tracks constant sequences as well as increasing and decreasing sequences. (Check out 2302 to 2308.) A comment made by someone else and then deleted contained the observation that multiples m of the nth primorial had s(m) >= n, so that runs of values less than n must have length less than the nth primorial. Also, if you look at multiples of 6, you get that s(m)=2 for at most 11 consecutive values instead of at most 29, so there is room for improvement in the upper bound to such lengths. Gerhard "Reduce, Reuse, Recycle for Rep" Paseman, 2011.01.18 |
||
|
|
|
8
|
Tony Forbes' paper (and its references) is a good place to start. Fifteen Consecutive Integers with Exactly Four Prime Factors |
|||||||||||||||||
|
|
2
|
It would be interesting to know what generalization might be true about the starting numbers of such sequence, or at least the smallest such. For instance, $P(7,2)$ and $P(8,2)$ are both true at 141 (and 212), so the smallest such number for only 7 is 323. The next smallest is 2302 (also for 7 only), and there are no others under a million. Sorry for putting this in an 'answer'; it seems odd to me that one needs additional rep to put in a comment. Though I think that bounds on such numbers would be quite interesting. |
|||||||||
|

