![]() |
|
|
#1 |
|
"Mark"
Apr 2003
Between here and the
634710 Posts |
These are special forms of Near Square primes.
It has been more than four years since the last update. I plan to pull MultiSieve out of the grave to do sieving for up to k=1000000. If anyone wants to write a more efficient sieving program, go for it. |
|
|
|
|
|
#2 |
|
"Mark"
Apr 2003
Between here and the
11000110010112 Posts |
I'm still working on a more efficient sieve, but I have been using MultiSieve for what I've done so far. I've tested up to n=360,000 and have verified all Carol/Kynea primes to that point.
|
|
|
|
|
|
#3 |
|
Sep 2002
Database er0rr
72338 Posts |
These trinomial forms would greatly benefit from a "special" mod
|
|
|
|
|
|
#4 |
|
"Mark"
Apr 2003
Between here and the
11×577 Posts |
|
|
|
|
|
|
#5 | |
|
Sep 2002
Database er0rr
373910 Posts |
Quote:
|
|
|
|
|
|
|
#6 |
|
"Mark"
Apr 2003
Between here and the
11×577 Posts |
|
|
|
|
|
|
#7 |
|
"Mark"
Apr 2003
Between here and the
11000110010112 Posts |
Imagine my total surprise today when I found this:
(2^369581+1)^2-2 is prime! and this: (2^376050+1)^2-2 is prime! One was found Sunday and one today and I didn't even notice. I also found a bug in the PRPNet client that prevented it from doing the primality test correctly for them (they were shown as PRP) and I also found that MultiSieve somehow missed 7 as a factor of about 20% of the candidates (all +1 form). That will save me a lot of tests as I go forward. Last fiddled with by rogue on 2016-02-10 at 01:30 |
|
|
|
|
|
#8 | |
|
Sep 2002
Database er0rr
3,739 Posts |
Quote:
Anyway, with a quicker PRP routine you can sieve way deeper ![]() PS. Congrats for those 2 primes! Last fiddled with by paulunderwood on 2016-02-10 at 03:20 |
|
|
|
|
|
|
#9 |
|
Sep 2002
Database er0rr
3,739 Posts |
I hacked a script in to shape for Carol numbers, but I think it is too giants-biased rather than gwnum:
Code:
time ./a.out ck_test (2^100224-1)^2-1 is PRP! real 6m59.020s user 6m26.060s sys 0m0.080s Code:
./pfgw64 -q"(2^100224-1)^2-1" PFGW Version 3.7.10.64BIT.20150809.x86_Dev [GWNUM 28.7] (2^100224-1)^2-1 is composite: RES64: [AAAAAAAAAAAAAAAB] (48.2093s+0.0003s)
|
|
|
|
|
|
#10 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
22×23×103 Posts |
|
|
|
|
|
|
#11 |
|
Sep 2002
Database er0rr
72338 Posts |
GIGO. Thx Serge.Code:
gtogshiftright ( k2, a, b );
gmaskbits ( k2, a );
gshiftleft ( kp1, b );
Last fiddled with by paulunderwood on 2016-02-10 at 11:27 |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Carol / Kynea Coordinated Search - Reservations | rogue | And now for something completely different | 293 | 2021-06-23 11:39 |
| Carol / Kynea Primes | rogue | And now for something completely different | 249 | 2021-05-19 12:14 |
| Search primes of form 2*n^n ± 1 | JeppeSN | And now for something completely different | 27 | 2018-04-12 14:20 |
| Factorial primes search? | flava | Open Projects | 18 | 2010-12-04 05:24 |
| Why Search for these Huge Primes? | Unregistered | Math | 8 | 2005-04-27 00:55 |