![]() |
|
|
#375 |
|
Aug 2006
597910 Posts |
|
|
|
|
|
|
#376 |
|
May 2010
Prime hunting commission.
32208 Posts |
His sieve depends on a false idea: That the Mersenne numbers have a covering set of divisors. That is simply false. You would still have to do an endless search for divisors. Suppose you're trying to prove or disprove the primality of 2^56389762853-1. Would you search every single k from 1 to 10^16975010060?
Last fiddled with by 3.14159 on 2010-08-03 at 21:05 |
|
|
|
|
|
#377 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
"One very nice property of Mersenne numbers is that any factor q of 2P-1 must be of the form 2kp+1. Furthermore, q must be 1 or 7 mod 8. A proof is available. Finally, an efficient program can take advantage of the fact that any potential factor q must be prime." |
|
|
|
|
|
|
#378 | |
|
May 2010
Prime hunting commission.
69016 Posts |
Quote:
Last fiddled with by 3.14159 on 2010-08-03 at 21:06 |
|
|
|
|
|
|
#379 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
them are indexes proven to hold composites for 2^696437724971 p=696437724971 index = (p-3)/2 so if I can find out if index is eliminated as possibly prime without factoring by starting with the general equation 6np+/-p then I can prove without doubt if it's prime or not. |
|
|
|
|
|
|
#380 |
|
Aug 2006
3·1,993 Posts |
I'm guessing that 5 is your p, that is, the exponent of your supposed Mersenne prime.
c, if your code is unerstood properly, starts at the smallest number C such that Code:
p=5;round(lift(Mod(7, 24)/p)/6) So you just constructed this without any idea of what to do with it? |
|
|
|
|
|
#381 |
|
Aug 2006
3×1,993 Posts |
|
|
|
|
|
|
#382 | |
|
Aug 2006
3·1,993 Posts |
Quote:
Edit: That is, I don't think that he is claiming that there is a *finite* set, which is what I assume you're claiming does not exist. Last fiddled with by CRGreathouse on 2010-08-03 at 21:28 |
|
|
|
|
|
|
#383 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
|
|
|
|
|
|
|
#384 | |
|
Aug 2006
3·1,993 Posts |
Quote:
|
|
|
|
|
|
|
#385 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
look can you tell when 4x+1 = 6np+/-p ? if so is there a way to relate p with x so knowing a p we can prove if a x exist for that p in a quick manner if we can have a quick true false test for this we can figure this out. Last fiddled with by science_man_88 on 2010-08-03 at 21:20 |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wheel Factorization | a1call | Factoring | 11 | 2017-06-19 14:04 |
| Efficient Test | paulunderwood | Computer Science & Computational Number Theory | 5 | 2017-06-09 14:02 |
| LL tests more credit-efficient than P-1? | ixfd64 | Software | 3 | 2011-02-20 16:24 |
| A Wheel | storm5510 | Puzzles | 7 | 2010-06-25 10:29 |
| Most efficient way to LL | hj47 | Software | 11 | 2009-01-29 00:45 |