![]() |
|
|
#1 | |
|
Einyen
Dec 2003
Denmark
1100010101112 Posts |
From the math page: http://www.mersenne.org/various/math.php
Quote:
|
|
|
|
|
|
|
#2 | |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
722110 Posts |
Quote:
11100110 230 in binary left-shifted 2 bits: 10011011 Now the third bit is the units bit, instead of the first. 228 in binary: 11100100 228 left shifted two bits: 10010011 230-2=228 in two-left-shift binary: 10011011 -- 230 two-left-shifted 00001000 -- 2 two-left-shifted 10010011 -- which is 228 left-shifted two bits Last fiddled with by Dubslow on 2012-07-26 at 04:18 Reason: s/shit/shift (unfortunately, i'm not joking) |
|
|
|
|
|
|
#3 |
|
Romulan Interpreter
Jun 2011
Thailand
22·33·89 Posts |
See the posts #4, #5 and #16, 17, 18 in the "don't DC them..." thread.
|
|
|
|
|
|
#4 | |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
947710 Posts |
Quote:
Last fiddled with by Batalov on 2012-07-26 at 06:02 Reason: shifted <-> backshifted |
|
|
|
|
|
|
#5 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
Quote:
Code:
(11:32)>k=3;d=4<<k;for(x=1,4,d=d^2-2*(2^(2^x*k));print(d>>(2^x*k)",")) 14, 194, 37634, 1416317954, Last fiddled with by science_man_88 on 2012-07-26 at 14:38 |
|
|
|
|
|
|
#6 |
|
Einyen
Dec 2003
Denmark
35×13 Posts |
Ok, so this only works for left or right shifted S0 values I guess.
I was wondering if it was possible to find the penultimate LL step ( http://www.mersenneforum.org/showthread.php?t=5862 ) for the 2 other "universel" initial values s0=10 and s0=2/3 without running all the tests again. I calculated up to M33 with GMP library but the high ones would take years and years that way: penultimatellstep.txt It seems neither Prime95/mprime, Mlucas or Glucas can run LL test with s0=10 or s0=2/3. Last fiddled with by ATH on 2012-07-26 at 15:11 |
|
|
|
|
|
#7 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
224058 Posts |
You can fairly easily rebuild a slightly modified Prime95 (on either win or lin) and then each test would be as long as the conventional (4<<s) tests.
|
|
|
|
|
|
#8 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
|
|
|
|
|
|
|
#9 | |
|
Einyen
Dec 2003
Denmark
35·13 Posts |
Quote:
I'll try that tomorrow, but I never compiled Prime95 before. Do you know if its possible in msys+mingw for windows? |
|
|
|
|
|
|
#10 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36×13 Posts |
On Windows, I had built with VC++; I don't remember if I tried mingw.
Once you build the vanilla binary, then you will be set for a life of experimentation. When I built it, I was getting around the built-in PRP base (was 3; now a parameter) for testing GFN'(3)s; with base 3 there were all PRPs . AFAIR, (32[sup]n[/sup]+1)/2 for n=24 and 25 were also composite, but W.K. didn't post them (I think he waits for double-checks with other software). ...this reminds me that this could be fun to DC with geneferCUDA (slightly modified if needed: for the divisor of 2; why don't I play with that over this weekend? :knuckle-flexing-smiley-needed:)
Last fiddled with by Batalov on 2012-07-27 at 02:40 |
|
|
|
|
|
#11 |
|
"Richard B. Woods"
Aug 2002
Wisconsin USA
170148 Posts |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Nothing left to discover? | Flatlander | Science & Technology | 3 | 2011-09-22 11:19 |
| no twin left behind? | Mini-Geek | No Prime Left Behind | 52 | 2011-09-12 06:27 |
| Doublecheck always have shifted S0 value? | ATH | PrimeNet | 11 | 2010-06-03 06:38 |
| Less than 10,000 left.... | petrw1 | PrimeNet | 311 | 2010-04-06 05:18 |
| New 'No Prime Left Behind' project | gd_barnes | Lounge | 0 | 2008-01-21 09:05 |