mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Puzzles

Reply
 
Thread Tools
Old 2019-06-02, 10:10   #12
SmartMersenne
 
Sep 2017

1528 Posts
Default

Quote:
Originally Posted by 2M215856352p1 View Post
The statement is true, however the assumption of the result that the largest pair of consecutive 11-smooth numbers is 9800 and 9801 was made, hence we have yet to complete the proof.

I have written a Python 3 script which verified the conjecture up to 1030. The script could take a few seconds to run, hence you would need to be patient. Please notify me if the program has a bug.

The Python script does not generate a proof because there still remains the possibility of a solution beyond 1030. To really prove the conjecture, the only method I have now is to solve the 31 Pell's equations involved, which is going to be very tedious.

To run the script, please change the file extension from .txt to .py. I don't know why .py file extension is not supported.
If 1010 was an overkill, isn't 1030?
SmartMersenne is offline   Reply With Quote
Old 2019-06-02, 10:11   #13
SmartMersenne
 
Sep 2017

2×53 Posts
Default

Quote:
Originally Posted by retina View Post
It's no fun if I just give you the answer. But suffice to say that nothing more than basic high school mathematics is needed.
When something sounds that easy, there is usually a mistake somewhere.

This is no competition. You can take all the credit. So, I invite you to present your proof.
SmartMersenne is offline   Reply With Quote
Old 2019-06-02, 10:20   #14
retina
Undefined
 
retina's Avatar
 
"The unspeakable one"
Jun 2006
My evil lair

22×1,549 Posts
Default

Quote:
Originally Posted by SmartMersenne View Post
When something sounds that easy, there is usually a mistake somewhere..
I certainly admit there might be a mistake. I'll post my proof later if no one seems to figure it out and then everyone can point out the holes in it.
Quote:
Originally Posted by SmartMersenne View Post
This is no competition. You can take all the credit. So, I invite you to present your proof.
I'm long past the days of caring about credit. I'm much more interested to see what others here come up with.

Last fiddled with by retina on 2019-06-02 at 10:20
retina is offline   Reply With Quote
Old 2019-06-02, 11:06   #15
2M215856352p1
 
May 2019

11011112 Posts
Default

Quote:
Originally Posted by SmartMersenne View Post
If 1010 was an overkill, isn't 1030?
Sorry for not being clear. 1010 was overkill under the assumption that we can use the OEIS result, but in actual fact, we cannot use that result to computationally prove the result.
2M215856352p1 is offline   Reply With Quote
Old 2019-06-02, 11:32   #16
axn
 
axn's Avatar
 
Jun 2003

22·3·421 Posts
Default

Searching all 11-smooth numbers under 10^40, the largest run of 3 consecutive 11 smooth (above 11) is 98-100, and largest run of 2 consecutive 11 smooth is (still) 9800, 9801.

There are appr. 1 billion 11-smooth numbers under 10^100.
axn is online now   Reply With Quote
Old 2019-06-02, 11:44   #17
Dr Sardonicus
 
Dr Sardonicus's Avatar
 
Feb 2017
Nowhere

4,643 Posts
Default

The proof I came up with only uses well-known results (especially in this Forum) of elementary number theory.

I don't know about "basic high school mathematics," but perhaps there is a simpler proof than mine. But the proof I found is simple enough that I thought it justified posting the assertion as a puzzle.

If you find a proof, for now you can post a declaration to the effect "I have a proof" to give others time to think about it.

To me, numerical verification is particularly useful for assertions I'm not sure about. A quick check that turns up a small numerical counterexample can prevent a lot of wasted effort trying to prove something that isn't true.

OTOH, once you have verified something to the point where you're convinced it's actually true, it's time to start trying to prove it
:-D

Regarding the further assertions on 3 and 2 consecutive 11-smooth numbers, I'm not sure how to prove them. The proof I have for 4 consecutive numbers won't work for 2 or 3 consecutive numbers.
Dr Sardonicus is offline   Reply With Quote
Old 2019-06-02, 11:44   #18
SmartMersenne
 
Sep 2017

2×53 Posts
Default

Quote:
Originally Posted by 2M215856352p1 View Post
Sorry for not being clear. 1010 was overkill under the assumption that we can use the OEIS result, but in actual fact, we cannot use that result to computationally prove the result.
Don't worry, I am just teasing you
SmartMersenne is offline   Reply With Quote
Old 2019-06-02, 11:55   #19
SmartMersenne
 
Sep 2017

2×53 Posts
Default

Here is a summary of what I am thinking of:

The proof I am thinking involves assigning primes to 4 consecutive numbers. We are only allowed to use {2,3,5,7,11}. Our options are:

1) There must be at exactly two numbers with factor 2.
2) There is either one or two numbers with factor 3.
3) There can be at most one number with factor 5, 7 or 11.

Now we need to consider all possibilities of assigning those primes to numbers and then consider the possibilities for powers. However, since we have a limited set to use from it would boil down to assigning 5, 7 and 11 to separate numbers, because otherwise, we will have very limited number of possibilities for the other numbers.
SmartMersenne is offline   Reply With Quote
Old 2019-06-02, 15:57   #20
2M215856352p1
 
May 2019

3·37 Posts
Default

Quote:
Originally Posted by Dr Sardonicus View Post
Regarding the further assertions on 3 and 2 consecutive 11-smooth numbers, I'm not sure how to prove them. The proof I have for 4 consecutive numbers won't work for 2 or 3 consecutive numbers.
You could simply use the procedure described in https://projecteuclid.org/download/pdf_1/euclid.ijm/1256067456 and https://en.wikipedia.org/wiki/Størmer%27s_theorem. To be frank, I cannot understand all the math behind the proof of correctness of this procedure.
2M215856352p1 is offline   Reply With Quote
Old 2019-06-03, 02:48   #21
c10ck3r
 
c10ck3r's Avatar
 
Aug 2010
Kansas

22316 Posts
Default

Quote:
Originally Posted by retina View Post
There is a much easier method to prove it.
Would this involve expressing numbers mod 2310?
c10ck3r is offline   Reply With Quote
Old 2019-06-03, 02:51   #22
retina
Undefined
 
retina's Avatar
 
"The unspeakable one"
Jun 2006
My evil lair

11000001101002 Posts
Default

Quote:
Originally Posted by c10ck3r View Post
Would this involve expressing numbers mod 2310?
I think that you are on the right path.
retina is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sums of consecutive integers TheMawn Other Mathematical Topics 4 2014-12-19 12:42
Consecutive p-smooth integers XYYXF Computer Science & Computational Number Theory 0 2014-12-05 17:32
Consecutive integers. mfgoode Puzzles 12 2007-07-24 09:43
On consecutive integers Kees Puzzles 22 2006-07-30 15:33
Should I bother compiling ecm or go with Eleven Smooth's client? jasong Factoring 1 2006-05-22 08:24

All times are UTC. The time now is 03:40.


Sat Jul 17 03:40:11 UTC 2021 up 50 days, 1:27, 1 user, load averages: 1.42, 1.58, 1.59

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.