![]() |
|
|
#177 |
|
May 2007
Kansas; USA
101·103 Posts |
k=2297 @ n=80K
k=2993 @ n=75K k=13854 @ n=85K |
|
|
|
|
|
#178 |
|
May 2007
Kansas; USA
242438 Posts |
Status on my reservation for new Sierp base 19:
That is currently on hold. I think there were something like 2000+ k's remaining at n=3.5K and it was just crawling along! I'll pick that one up again in late Jan./early Feb.Gary Last fiddled with by gd_barnes on 2010-05-11 at 05:16 Reason: remove base > 32 |
|
|
|
|
|
#179 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
Quote:
![]() BTW: I'm almost done sieving the 5 Sierp. Base 6 k's that I'd reserved. They should be done sometime around mid-day tomorrow. I've decided I'll keep two of them for PRP testing; I haven't decided which ones, yet. Last fiddled with by mdettweiler on 2008-01-20 at 05:39 |
|
|
|
|
|
|
#180 |
|
Oct 2006
7·37 Posts |
after some PM with Gary,
i will start sierpinski base 31 from scratch ... conjoncture is at 6360528 so i will have a lot of test to do
|
|
|
|
|
|
#181 |
|
Jan 2006
Hungary
10C16 Posts |
From the instructions:
(2) When starting a new base, you'll want to use PFGW using a script Here is a cut-and-paste of one I used for base 30 Sierp: ABC2 $a*30^$b+1 // {number_primes,$a,1} a: from 1 to 866 b: from 1 to 5000 If I read this well, the script will still try the trivial k's. For b = 30 that's not too bad: k = = 28 mod 29. But for odd bases the trivial k == 1 mod 2 covers 50%. How do I get that in the script? ABC2 $a*3^$b+1 // {number_primes,$a,1} a: from 2 to 1000 step 2 b: from 1 to 5000 does not parse. I've poked around a bit but have no clue at the moment. Anyone? Willem. |
|
|
|
|
|
#182 | |
|
Oct 2006
7·37 Posts |
Quote:
in fact, to start a new base, you need only 3 files in your pfgw directory (move all others to a "doc" directory) the 3 files are
hope this help you |
|
|
|
|
|
|
#183 |
|
Jan 2005
479 Posts |
I just realised I only PM'd Gary about me starting the riesel side of base 24...
With a quite low conjecture it'll turn out to be a behemoth :> 432 candidates left at n=3300 :> One comfort: it'll give quite a lot of primes above n=5k :) |
|
|
|
|
|
#184 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
141518 Posts |
Sieving has been completed on my five reserved Sierp. Base 6 k's:
154797 157473 166753 168610 172257 I sieved up to p=600G for the range 30K<n<100K. I'm keeping 168610 and 172257 reserved for PRP testing; I'm releasing the rest. The sieve files for 154797, 157473, and 166753 are attached. |
|
|
|
|
|
#185 | |
|
May 2007
Kansas; USA
101·103 Posts |
Quote:
You have to run multiple modulos for many bases. For instance, for Sierp base 31, you have to eliminate 1 mod 2, 2 mod 3 and 4 mod 5. Then it's just a matter of getting the LCM of 2, 3, and 5, i.e. 30, and eliminating the values that have at least one of the conditions. I had Tnueral run: k == 0, 6, 10, 12, 16, 18, 22, and 28 mod 30 So k == 6 mod 30 for Sierp base 31 would be coded as: ABC2 $a*31^$b+1 // {number_primes,$a,1} a: from 6 to xxxxx step 30 b: from 1 to 5000 So, you would have 8 scripts to run for Sierp base 31. I'm not sure what you meant by it 'does not parse'. The script that you show for base 3 should run just fine; only testing even candidates. It's tricky when starting a new base. Between trivial and algebraic factors as well as multiples of the base, it's easy to end up testing far more than you need to. But not all MOB without a prime can be eliminated. Only the ones where k / base is still remaining. Gary Last fiddled with by gd_barnes on 2008-01-20 at 22:58 |
|
|
|
|
|
|
#186 |
|
Oct 2006
10316 Posts |
sierpinski base 31
all k tested up to n=580 ... 14326 k left i continue on this case ! |
|
|
|
|
|
#187 |
|
May 2007
Kansas; USA
101·103 Posts |
Riesel base 16, k=2297, 2993, and 13854 complete to n=100K. No primes.
I am unreserving them. |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Riesel base 3 reservations/statuses/primes | KEP | Conjectures 'R Us | 1107 | 2021-07-26 18:37 |
| Bases 501-1030 reservations/statuses/primes | KEP | Conjectures 'R Us | 3913 | 2021-07-26 09:58 |
| Bases 251-500 reservations/statuses/primes | gd_barnes | Conjectures 'R Us | 2300 | 2021-07-25 07:38 |
| Bases 101-250 reservations/statuses/primes | gd_barnes | Conjectures 'R Us | 905 | 2021-07-18 16:55 |
| Bases 33-100 reservations/statuses/primes | Siemelink | Conjectures 'R Us | 1691 | 2021-07-06 18:50 |