![]() |
|
|
#309 |
|
May 2007
Kansas; USA
242568 Posts |
I am now done with 12456 and 101862. Statuses:
12456; i=1895; sz 106; C105; +60; 2*3 101862; i=1770; sz 109; C104; +64; 2*3^2 I'm giving up all these interesting sequences of late. In the last 3 days, I've now given up two with factors of only 2*3 and one with a factor of 2^2 that just dropped its factor of 3^2 just as I hit a hard C105. Personally I don't find the 2*3 factorization particularly interesting because it is so tenacious, even if it is only slowly increasing. I have another one for 280686 that is an ever-increasing sequence that has never dropped 2*3 and it is at i=943! I am posting any new reservation in the reservations thread. |
|
|
|
|
|
#310 | |
|
May 2007
Kansas; USA
2×41×127 Posts |
Quote:
Alas our computational capactiy forces even the most robust factor searchers with huge resources to abandon most or all sequences at a size of 150-170 somewhere. I'm guessing with a chance of 1 in the thousands of dropping the 2^12*8191 driver, it's one I would gladly give up once I hit a hard C100 or higher, even if it is considered "interesting". BTW, correct me if I'm wrong but it doesn't have to be a perfect # or even a prime multiplier on top of the power of 2. I've only drawn this conclusion through observation. I believe a "tenacious driver" has to only be of the form: 2^n*[2^(n+1)-1] 2^(n+1)-1 does not even have to be prime. These would include: 2*3 2^2*7 2^3*15 = 2^3*3*5 2^4*31 2^5*63 = 2^5*3^2*7 2^6*127 2^7*255 = 2^7*3*5*17 2^8*511 = 2^8*7*73 2^9*1023 = 2^9*3*11*31 2^10*2047 = 2^10*23*89 2^11*4095 = 2^11*3^2*5*7*13 2^12*8191 Correct me if I'm wrong but the above would be quite tenacious drivers that would be hard to get rid of with their difficulty increasing as the power of 2 increases. Can someone state what specific condition is required for each of the drivers above to be dropped? I see that 2*3 can be dropped if an index factors as 2^2*[P==(1 mod 4)]. I'd like to see the pattern of conditions that make drivers of the form 2^n*[2^(n+1)-1] go away. Gary |
|
|
|
|
|
|
#311 |
|
May 2009
Dedham Massachusetts USA
3×281 Posts |
They are all guides. The drivers are the ones that have powers of two from p+1 for all the p that is close to the exponent of two.
For example, for 2^10*23*89 has 2^3 from 23 and 2 from 89 so it is short by 2^6. For higher ranges it is easily possible for the remaining numbers to have more than 2^6 among all the factors, but it is also not that hard to have 2^6 or less so the exponent changes. An interesting thing to notice is that for larger perfect numbers, the chances of getting a square increases, but if you do get one the chances of escaping also increases for 2^12*8191^2*rest - the rest would have to have 13+ powers of two to keep the 2^12. 2^2*7^2 only needs two powers of 2 which is fairly likely. The 43rd Mersenne prime would be very hard to get a square but when it does there would be millions of digits needed for the square. Last fiddled with by Greebley on 2009-07-26 at 23:31 |
|
|
|
|
|
#312 | |||
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17·251 Posts |
Quote:
I'd prefer if you used 2^(n-1)*(2^n-1), more similar to the common form shown for Mersenne primes, to keep with the convention. Quote:
2^3*3*5 is recognized as a driver. 2^5*3^2*7 is an alternate form of 2^5*3*7, and relies on it for stability. "What Drives ..." claims 2^7*3^6*5*17*23*137*547*1093 is a fragile structure (notice the similarities to 2^7*3*5*17). 2^9*3*11*31 is recognized as a driver (albeit a rare one to encounter). "What Drives ..." defines drivers and says (with a mathematical proof I can't say I understand) that the only drivers are 2, (the downdriver) 2^3*3, 2^3*3*5, 2^5*3*7, 2^9*3*11*31, and the even perfect numbers. Is there any quantifiable way to measure how difficult a driver is to break free from? Perhaps somehow by listing every way it could be lost and calculating the probability of losing it on any one line? Quote:
) but if a sequence with the 2*3 driver factors as 2^2*p, hasn't it already lost the 2*3 driver?
|
|||
|
|
|
|
|
#313 | ||
|
May 2007
Kansas; USA
2·41·127 Posts |
Quote:
Quote:
Therefore if anyone can give the condition(s) that cause the 2*3 driver to go away or even the more specific condition(s) that turn it into a downdriver, I'd be very interested in seeing them. I'd also be interestered in hearing the same that I gave for factors of the form 2^(n-1)*(2^n-1). Gary Last fiddled with by gd_barnes on 2009-07-27 at 03:01 |
||
|
|
|
|
|
#314 | |
|
Nov 2008
2×33×43 Posts |
Quote:
In order to work out the exact probabilities, you'd have to work out things like the chances that a number will split into two primes of the form 4n+1. Of course this depends on the size of the number, so you will have a better chance of escaping drivers low down, as you've probably noticed. But 2^6*127 and 2^12*8191 have the prime squared so rarely that the driver will drive them out of easy escape range before there's even been a chance. |
|
|
|
|
|
|
#316 |
|
May 2009
Dedham Massachusetts USA
84310 Posts |
As far as the conditions for 2*3, I believe they are that the 3 occurs to an even power, and the non-square part of the rest has to be 1 or a single prime congruent to 1 mod 4. If it is 1, you have 2 times a perfect square and the sequence becomes odd. Otherwise it is divisible by 2 but not 4. Then sigma and n are both = 2 mod 4 so sigma - n becomes divisible by 4 and you get 2 to a power greater than 1.
so for example 2*3^2*17^2*101 becomes 2^2*3^3*17*378 and the 2 is lost. |
|
|
|
|
|
#317 | |
|
Nov 2008
2·33·43 Posts |
Quote:
I could extend to 2^4 * 31, that's a bit more complicated. (And don't make me think about completely explaining 2^6*127 or 2^12*8191 )
Last fiddled with by 10metreh on 2009-07-27 at 10:02 |
|
|
|
|
|
|
#318 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
426710 Posts |
Why are so many driver breakings reliant on primes with p==1 mod 4? (the downdriver, at least two of the perfect number drivers, etc.)
|
|
|
|
|
|
#319 |
|
May 2009
Dedham Massachusetts USA
3×281 Posts |
Because p+1 has only 1 power of 2 when p is 1 mod 4. Since drivers only switch when powers of two change and powers of two only change when the power of two is low enough, the numbers that have the fewest powers of two are what makes things change.
The p+1 comes from the calculation of sigma whenever p isn't a square. |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Any updates please ? | Aillas | XYYXF Project | 11 | 2020-04-05 12:38 |
| Updates | Baumann Eduard | Information & Answers | 5 | 2012-10-25 18:44 |
| result updates?? | timespy | Information & Answers | 3 | 2009-04-28 20:26 |
| K=13236795 Status Post | ValerieVonck | 15k Search | 33 | 2005-10-31 22:54 |
| Stats updates | SandStar | NFSNET Discussion | 7 | 2004-07-03 22:59 |