![]() |
|
|
#2641 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
Last fiddled with by science_man_88 on 2016-09-14 at 19:47 |
|
|
|
|
|
|
#2642 |
|
Apr 2010
Over the rainbow
23·52·13 Posts |
i10305 : 2^2*3*31
|
|
|
|
|
|
#2643 |
|
Jun 2012
Boulder, CO
172 Posts |
And the 3 is gone again, at i10317...
|
|
|
|
|
|
#2644 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
i10343 was a close call with 2^3 * P, but alas P was 15 mod 32 (i.e. \(\tau(P) = 4\), not 1).
|
|
|
|
|
|
#2645 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
2^3*3^2* values at i10412
Last fiddled with by science_man_88 on 2016-09-15 at 16:05 |
|
|
|
|
|
#2646 |
|
Romulan Interpreter
Jun 2011
Thailand
258C16 Posts |
That doesn't matter much, it still needs to get all the other factors to be 1 (mod 4), or get down to a single prime. The 3s come and go, but never disappear completely, unless the power of 2 changes, see my former posts in this thread.
As I know you are a "pari guy", try to compare in pari/gp: Code:
gp > d=10; cnt=0; for(i=1,10^4,n=2^3*3^(random(5)+1)*(6*random(10^d)+(2*random(2)-1)); s=(sigma(n)-n); if(s%2^3!=0 || s%2^5==0,cnt++; print(n"\t"factorint(n)"\t\t"factorint(s))); printf("...%d / %d (%7.4f%%)... %c",cnt,i,100.0*cnt/i,13))
Code:
gp > d=10; cnt=0; for(i=1,10^4,n=2^3*3^(random(5)+1)*(6*random(10^d)+(2*random(2)-1)); s=(sigma(n)-n); if(s%3!=0,cnt++; print(n"\t"factorint(n)"\t\t"factorint(s))); printf("...%d / %d (%7.4f%%)... %c",cnt,i,100.0*cnt/i,13))
Play with it. Change d (make it 20, 30, 40). Change the powers of 2 and 3 to see how other drivers behave. These things can all be proved with modular calculus too. I did that. But I know you like pari. ![]() edit: now after running the pari part myself, I see that some "rare" cases are possible too, where the power of 3 being even might help. I didn't consider those in my calculus ![]() But those cases are rare, and it still needs to get the F's square-free part to a single prime, but in this case it can be any prime, not necessarily 1 mod 4. Code:
2594944565640 [2, 3; 3, 2; 5, 1; 7, 2; 147105701, 1] [2, 2; 3, 2; 5, 1; 487, 1; 1741, 1; 47279, 1] 3069904117464 [2, 3; 3, 2; 42637557187, 1] [2, 2; 3, 1; 112213, 1; 3894691, 1] 3759740514936 [2, 3; 3, 2; 7, 2; 1065686087, 1] [2, 5; 3, 2; 53, 1; 11497, 1; 46073, 1] 14550012257112 [2, 3; 3, 4; 22453722619, 1] [2, 2; 3, 1; 19, 1; 53, 1; 23557, 1; 92051, 1] Last fiddled with by LaurV on 2016-09-16 at 03:44 |
|
|
|
|
|
#2647 |
|
Romulan Interpreter
Jun 2011
Thailand
22×33×89 Posts |
Scratch that! I am stupid. Wrong counting. I forgot that if you split a composite in two, you get TWO primes, haha. so, 2^3*3^4*(3 primes, all 1 (mod 4)) - loses the 2^3 but 2^3*3^4*(4 primes, all 1 (mod 4)) - can not lose the 2^3. Grrr... Next time... Last fiddled with by LaurV on 2016-09-17 at 06:48 |
|
|
|
|
|
#2648 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
250616 Posts |
|
|
|
|
|
|
#2649 | |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3×29×83 Posts |
Quote:
And even if was 2 or 3 powers of 2, it would mutate to 2^2 (first case) or something higher than 2^3 (second case). And even if it was 2^3 * 3^(2k) * p for some k and prime p == 1 mod 4, it would evolve directly to 2*3 -- which would be even worse. We have to hope for a mutation to something other than D1 before we can lose the 3 and hope for the downdriver. In the meantime, the size keeps increasing as usual... |
|
|
|
|
|
|
#2650 |
|
Romulan Interpreter
Jun 2011
Thailand
22×33×89 Posts |
You guys won't spare me at all.. hehe.
Fortunately I realized before reading your replies, and I edited the post. I don't know why I was silly, I had my coffee today, so I should not be silly... Or... is that from the coffee? Maybe I need to change the brand... ![]() edit: @Dubslow: 2^3*3^4*(3 primes, all 1 mod 4) can mutate in everything else with a higher power of 2 only, which is good for us. It can not mutate into a lower power of 2. Last fiddled with by LaurV on 2016-09-17 at 06:58 |
|
|
|
|
|
#2651 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
160658 Posts |
Yes, that's the second case of my second paragraph. The first case is two or fewer primes. Two primes is fine, one prime leads to D1 -- not good (assuming all are 1 mod 4 of course).
Last fiddled with by Dubslow on 2016-09-17 at 09:17 |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reserved for MF - Sequence 3366 | RichD | Aliquot Sequences | 470 | 2021-04-22 02:17 |
| Reserved for MF - Sequence 3408 | RichD | Aliquot Sequences | 474 | 2021-03-07 20:28 |
| Reserved for MF - Sequence 276 | kar_bon | Aliquot Sequences | 127 | 2020-12-17 10:05 |
| Assignments are reserved but not showing up | prism019 | GPU to 72 | 6 | 2020-09-21 22:11 |
| 80M to 64 bits ... but not really reserved | petrw1 | Lone Mersenne Hunters | 82 | 2010-01-11 01:57 |