![]() |
|
|
#100 |
|
Romulan Interpreter
Jun 2011
Thailand
32×29×37 Posts |
That's what I mainly said in the third paragraph. We are in violent agreement here...
|
|
|
|
|
|
#101 | |
|
∂2ω=0
Sep 2002
República de California
19·613 Posts |
Quote:
There are other reasons one might prefer larger moduli, though - last year I spend a few months upgrading my own TF sieve from (mod 60) to (mod 4620) because that will support many more threads (each processing k-ranges in one of the admissible remainder classes) than the maximum of 16 permitted by (mod 60). When next I make an official release of my TF code, the intention is that it support manycore architectures. |
|
|
|
|
|
|
#102 |
|
Sep 2003
5×11×47 Posts |
At the request of bloodIce, I am posting this here:
(As is well-known, all factors of Mp are of the form 2kp+1 for some k) Here is the distribution of p mod 4, k mod 4 for all known factors (as of 2016-06-03 00:00) of Mp where p is in the range between 900M and 910M: Code:
Count p, k ----- ---- 84572 1, 0 47.9% 91948 1, 3 52.1% 85123 3, 0 45.9% 100367 3, 1 54.1% |
|
|
|
|
|
#103 |
|
Aug 2002
Buenos Aires, Argentina
2·683 Posts |
Since TJAOI found all missing prime factors less than 4*1018 of Mersenne numbers (including the case when a Mersenne number has several factors less than that bound), I think a better statistic would be found if we ignore the prime factors greater than 4*1018.
|
|
|
|
|
|
#104 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
1C3516 Posts |
He did at least for p < 1B.
|
|
|
|
|
|
#105 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
2·47·101 Posts |
I've played with the 900-910M data (fetched from m.org ab initio).
The general count of factors matches, so far so good: there are exactly 362010 reported factors. If you slice the factors in bin sizes by log2(f) (e.g. in 5-bit bins, or 2-bit bins), the whole observed difference happens for very small k's, and then all counts are equal within the margin of error in every bin up to the current search size. Code:
[ec2-user@ip-172-30-0-237 Mfa]$ awk -F, '(k=int($2/2/$1))<2**25{print $1%4 "\t" k%4 "\t" int(log(k)/log(2)/5)*5 "-..."}' ALLFA | sort -k3n | uniq -c
10841 1 0 0-...
18209 1 3 0-...
10907 3 0 0-...
26072 3 1 0-...
15662 1 0 5-...
15755 1 3 5-...
15835 3 0 5-...
16067 3 1 5-...
14042 1 0 10-...
14000 1 3 10-...
14035 3 0 10-...
14095 3 1 10-...
12571 1 0 15-...
12518 1 3 15-...
12714 3 0 15-...
12716 3 1 15-...
11474 1 0 20-...
11543 1 3 20-...
11521 3 0 20-...
11504 3 1 20-...
[ec2-user@ip-172-30-0-237 Mfa]$ wc -l ALLFA
362010 ALLFA
[ec2-user@ip-172-30-0-237 Mfa]$ head ALLFA
900000011,16200000199,2008-05-16
900000041,7200000329,2008-05-16
900000053,5292000311641,2008-05-16
900000067,228834580435461943,2008-06-01
900000067,2268053060043937457,2014-11-04
900000083,17522227932738649217,2009-05-11
900000131,405000058951,2008-05-16
900000131,148307421586967,2011-05-09
900000131,511393347889932024943,2011-08-15
900000131,2497567103149914321769,2011-08-15
...
There may be other biases in this dataset as well. Don't make assumptions about any dataset "just because it is out there" and is easy to fetch. Run sanity checks. |
|
|
|
|
|
#106 | ||
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
224268 Posts |
Quote:
Quote:
Code:
#Count p k GP2%-age #smallk #rest rest %-age 84572 1, 0 47.9% 10841 73731 50.00% 91948 1, 3 52.1% 18209 73739 50.00% 85123 3, 0 45.9% 10907 74216 49.97% 100367 3, 1 54.1% 26072 74295 50.03% |
||
|
|
|
|
|
#107 |
|
Aug 2002
Buenos Aires, Argentina
136610 Posts |
I ran the P-1 algorithm for several tens of thousands of composite Mersenne numbers less than 2.3M, and I've never found a prime factor less than the ones found by TJAOI, even though I found more than 10000 prime factors.
|
|
|
|
|
|
#108 |
|
Feb 2010
Sweden
17310 Posts |
In the process of double-checking the 900-910M range by simply factoring every exponent to 64 bits, I did not see any new factor coming bellow TF60 or any newly factored exponent. So I believe that all exponents are factored to TF60 at least and quite systematically it seems.
I believe that the argument here is that the arrival of new factors in a climb-up trial factoring is biased in k mod 4, not that the final distribution of k mod 4 will be biased. |
|
|
|
|
|
#109 | |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
100101000101102 Posts |
Quote:
The only source of bias is grossly that one class can* have relatively small factors (with k=1, f=2p+1), the other class can only have 3x larger factors (k=3, f=6p+1, - whose density is log(6*905E6)/log(2*905E6) = 1.09 less), and two more classes can only have 4x larger factors (k=4, f=8p+1, - whose density is log(8*905E6)/log(2*905E6) = 1.11 less), that's all. On this gross bias foundation, there is a lesser bias of a few larger k values (see R.G.'s summation), and then there is no residual bias left. _____________ *The semantics of can here is simple: if f is composite, then its prime factors are obviously ineligible to divide Mp (their effective "k" would be fractional and less than 1). So f must be prime to divide Mp and the probability of prime f is 1/ln f, nothing more, nothing less. If f is prime then its probability of dividing Mp is indistinguishable from any other small factor (all TF/P-1-reachable f << Mp). |
|
|
|
|
|
|
#110 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
if it was wanted to restrict k values to those that could lead to prime factors any k values greater than the original k value of the form (2*k*p+1)*n+k would be eliminated as those are all multiples of 2kp+1.
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Distribution of Mersenne Factors | tapion64 | Miscellaneous Math | 21 | 2014-04-18 21:02 |
| Known Mersenne factors | CRGreathouse | Math | 5 | 2013-06-14 11:44 |
| A strange new (?) fact about Mersenne factors | ChriS | Math | 14 | 2006-04-12 17:36 |
| Factors of Mersenne Numbers | asdf | Math | 17 | 2004-07-24 14:00 |
| Factors of Mersenne numbers ? | Fusion_power | Math | 13 | 2003-10-28 20:52 |