![]() |
|
|
#353 | |
|
May 2010
Prime hunting commission.
110100100002 Posts |
Quote:
|
|
|
|
|
|
|
#354 | |
|
"Forget I exist"
Jul 2009
Dumbassville
20C016 Posts |
Quote:
Last fiddled with by science_man_88 on 2010-08-03 at 18:27 |
|
|
|
|
|
|
#355 | |
|
May 2010
Prime hunting commission.
24×3×5×7 Posts |
Quote:
|
|
|
|
|
|
|
#356 | |
|
"Forget I exist"
Jul 2009
Dumbassville
20C016 Posts |
Quote:
the sequence would be all possible m values for greater then 2^3-1 not the primes themselves. Last fiddled with by science_man_88 on 2010-08-03 at 18:37 |
|
|
|
|
|
|
#357 | ||
|
Aug 2006
3×1,993 Posts |
Quote:
You mention 4(4n+1)+1 = 16n + 5; what does it mean that you're turning the pattern of f(p) toward that? Where does the sequence (4^n - 1)/3 come into play? Last fiddled with by CRGreathouse on 2010-08-03 at 18:41 |
||
|
|
|
|
|
#358 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
so 4(4n+1)+1 = 16n+5 turning towards that means telling when they are equal so for example 23 gave 85 with my pattern 85 is in this sequence it now is shown not to hold a Mersenne prime. I'd rather target the index in the sequence though. you have a sequence p*x+c when this hits a number in the sequence it gets eliminated as a possible m for a 24m+7 Mersenne prime. and 24(a(n))+7 is a odd Mersenne number. Last fiddled with by science_man_88 on 2010-08-03 at 18:52 |
|
|
|
|
|
|
#359 |
|
Aug 2006
597910 Posts |
So... this may be going out on a limb... but you're suggesting trial-dividing potential Mersenne numbers by numbers of the form (4^n-1)/3?
|
|
|
|
|
|
#360 |
|
"Forget I exist"
Jul 2009
Dumbassville
20C016 Posts |
well using these sequence patterns to eliminate them but essentially yeah but maybe using a pattern in the indexes knocked out.
|
|
|
|
|
|
#361 | |
|
Aug 2006
3·1,993 Posts |
Quote:
All I'll need to know is 1. what range of n to use, and 2. how to determine, given (4^n-1)/3, if 2^p - 1 is composite (or unknown). |
|
|
|
|
|
|
#362 | |
|
May 2010
Prime hunting commission.
24·3·5·7 Posts |
Quote:
Ex: 2^97 - 1 = 158456325028528675187087900671 = 11447 * 13842607235828485645766393. None of those factors could be (4^n-1)/3 because they don't end in 1 or 5! This cannot be used. Last fiddled with by 3.14159 on 2010-08-03 at 19:44 |
|
|
|
|
|
|
#363 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
Quote:
look 24m+7 = odd 2^p-1 starting at 2^3-1. gives all odd exponent Mersenne numbers from 2^3-1 on. so by determining if m is in the sequence by using the pattern of m derived to be composite using my method we can eliminate all odd composite 2^p-1 of form 24m+7 given a pattern in index elimination we could use this like a sieve of Eratosthenes on the indexes of the sequence given hence only leaving ones that can give primes any sieve of Atkins variant on this would be greatly loved. Last fiddled with by science_man_88 on 2010-08-03 at 20:08 |
|
|
|
|
![]() |
| Thread Tools | |
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 |