![]() |
|
|
#12 | ||
|
"Mihai Preda"
Apr 2015
3·457 Posts |
Quote:
For example, working with a number that has 1456417 bits and 727931 pops initially, trying all the multiples k*m with k up to 1M, the lowest number number of pops I saw was 725213. Quote:
2*6 % 7 = 5 2*5 % 7 = 3 2*3 % 7 = 6 So a small loop that does not reach 1. |
||
|
|
|
|
|
#13 | |
|
"Mihai Preda"
Apr 2015
3×457 Posts |
Quote:
|
|
|
|
|
|
|
#14 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
536310 Posts |
Quote:
|
|
|
|
|
|
|
#15 | |
|
"Curtis"
Feb 2005
Riverside, CA
4,861 Posts |
Quote:
|
|
|
|
|
|
|
#16 |
|
"Forget I exist"
Jul 2009
Dumbassville
100000110000002 Posts |
|
|
|
|
|
|
#17 |
|
"Mihai Preda"
Apr 2015
101010110112 Posts |
I have an idea for building low-pops multiples of a number "m".
Let's consider a "base" formed of elements of the form: B(k) = 2^k + 1. These elements have the property of having many factors and just 2 pops (of which one pop is always on the fixed position 0). Factorize m. Starting with the largest factor, select a base element B(k) that covers that factor. Continue with the next largest factor of m that is not covered in the base elements already selected. If all the factors of m can be covered with N bases B(k), we have a multiple with 2^N pops. Now, whether 2^N is "low" or not depends on how much success we have in covering all the factors of m with a small number N of bases. There are some factors, e.g. 7, that are not covered by any B(k). i.e. there is no multiple of 7 of the form 2^k + 1. Maybe such bad factors could be separately multiplied-in at the end. Last fiddled with by preda on 2018-08-31 at 00:44 Reason: attempt to fix nb. of bits error |
|
|
|
|
|
#18 |
|
"Mihai Preda"
Apr 2015
3·457 Posts |
|
|
|
|
|
|
#19 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
31×173 Posts |
Quote:
A simple small example: 2^2-1=3; in binary, 10^10 -1 = 100-1 = 11. The one bit fraction (reverting to decimal) of the exponent p=2 is 1/2. Chart of 50 cases at http://www.mersenneforum.org/attachm...3&d=1535608786 Note, I'm open to suggestions of how my posts could be made clearer. Last fiddled with by kriesel on 2018-08-31 at 08:35 |
|
|
|
|
|
|
#20 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
Quote:
|
|
|
|
|
|
|
#21 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
31×173 Posts |
I guess I don't get your sense of humor. I wrote
Code:
2^2-1=3; in binary, 10^10 -1 = 100-1 = 11. |
|
|
|
|
|
#22 | |
|
Sep 2003
5×11×47 Posts |
Quote:
http://www.doublemersennes.org 23−1 (where 3 = 22−1) 27−1 (where 7 = 23−1) 231−1 (where 31 = 25−1) 2127−1 (where 127 = 27−1) |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using multiple PCs | numbercruncher | Information & Answers | 18 | 2014-04-17 00:17 |
| 64 bits versus 32 bits Windows | S485122 | Software | 2 | 2006-10-31 19:14 |
| 35-35.2 to 62 bits, cont from 61 bits | Khemikal796 | Lone Mersenne Hunters | 12 | 2005-12-01 21:35 |
| Testing same number on multiple machines | dotnet_dev | Software | 17 | 2003-06-16 14:30 |
| Multiple systems/multiple CPUs. Best configuration? | BillW | Software | 1 | 2003-01-21 20:11 |