mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Conjectures 'R Us

Reply
 
Thread Tools
Old 2009-08-05, 03:28   #12
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

11000011010012 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
Yeah, I figured it's something minor. I just verified that it was composite at Alpertron's site. In the mean time, I got another one:



I also verified that this one is composite at Alpertron's site.

Nothing earth shattering but I just wanted you to know in case it helps you detect a pattern of them or their frequency. The test that found these 2 problems is for all k's that are not k==(2 mod 3) on Sierp base 52 up to k=28673 and n=5000 so the problem is very infrequent for a fairly large # of k/n pairs tested. No sieving ahead of time was done. PFGW is set to do trial factoring with the -f100 switch.


Gary
Mark said that he and George have fixed this problem (which is in the underlying gwnum math library). The fixed math library will be used for the next version of PFGW, so hopefully these errors won't happen any more.
mdettweiler is offline   Reply With Quote
Old 2009-08-05, 09:58   #13
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101×103 Posts
Default

Yeah, you already told me that and I had already read it from Rogue. Now I've read it 3 times. lol Like I stated, I was posting in case it helped with pattern recognition of the problem.

In the mean time, I got 3 of the same error at low n-range limits on Sierp base 67 for k==(0 mod 6). Interestingly two of them were for the same exponent. They are for:

4614*67^190+1
4914*67^254+1
7104*67^254+1

All 3 were confirmed as composite. The first two have a smallest factor of 14 digits. The last one...7 digits.

I know, I know, Rogue has fixed it for the next release. lmao


Gary

Last fiddled with by gd_barnes on 2009-08-05 at 10:05
gd_barnes is online now   Reply With Quote
Old 2009-08-05, 11:49   #14
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

17·251 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
In the mean time, I got 3 of the same error at low n-range limits on Sierp base 67 for k==(0 mod 6). Interestingly two of them were for the same exponent. They are for:
Hey Gary, rogue has fixed that for the next release, y'know?



Mini-Geek is offline   Reply With Quote
Old 2009-08-05, 12:08   #15
Flatlander
I quite division it
 
Flatlander's Avatar
 
"Chris"
Feb 2005
England

31·67 Posts
Default

Does anyone have Gary's phone number? I think he should know this straight away.
Flatlander is offline   Reply With Quote
Old 2009-08-05, 12:23   #16
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

32·17·19 Posts
Default

i got it:

555 - 8-7-4-3-6-8-6-3-9-7 (easy to recognize -> U-R-G-E-N-T-N-E-W-S)
kar_bon is offline   Reply With Quote
Old 2009-08-06, 04:09   #17
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101×103 Posts
Default

Oh dang it guys. Why didn't you call me about this breaking news about Mark fixing it for the next release? Blast! Max has my #. Please contact him to get it in the future.

I do not want to miss such important news! Don't ever let it happen again!
gd_barnes is online now   Reply With Quote
Old 2009-08-08, 03:25   #18
Shaopu Lin
 
Shaopu Lin's Avatar
 
Jul 2004

4810 Posts
Default Bug in PFGW 3.2.0

PFGW 3.2 can`t test the divisor of Fermat number.

Code:
PFGW Version 20090723.Win_Dev (Beta 'caveat utilitor') [GWNUM 25.12]


Done.
But PFGW 1.3 can do this.

Code:
PFGW Version 3.0.0 for Windows [FFT v25.10]

5*2^23473+1 is a Factor of F23471!!!! (0.452000 seconds)

Done.
Both are computed with "pfgw -go{2,2}{2,2} -q5*2^23473+1".

Last fiddled with by Shaopu Lin on 2009-08-08 at 03:48
Shaopu Lin is offline   Reply With Quote
Old 2009-08-08, 11:09   #19
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

143208 Posts
Default

Quote:
Originally Posted by Shaopu Lin View Post
PFGW 3.2 can`t test the divisor of Fermat number.

Code:
PFGW Version 20090723.Win_Dev (Beta 'caveat utilitor') [GWNUM 25.12]


Done.
But PFGW 1.3 can do this.

Code:
PFGW Version 3.0.0 for Windows [FFT v25.10]

5*2^23473+1 is a Factor of F23471!!!! (0.452000 seconds)

Done.
Both are computed with "pfgw -go{2,2}{2,2} -q5*2^23473+1".
Thanks. I'll investigate.
rogue is offline   Reply With Quote
Old 2009-08-09, 00:10   #20
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

18D016 Posts
Default

Quote:
Originally Posted by rogue View Post
Thanks. I'll investigate.
It will be fixed in the next release. It was returning the incorrect value in a subroutine. It was returning 0 instead of a set return value. That was due to a change I made to address rounding errors.
rogue is offline   Reply With Quote
Old 2009-08-21, 19:02   #21
MyDogBuster
 
MyDogBuster's Avatar
 
May 2008
Wilmington, DE

B2416 Posts
Default

ABC $a*3^$b+1 // {number_primes,$a,1}

I'm learning PFGW (finally). Can someone point me to file that explains the
// {number_primes,$a,1} portion on the input line. I've looked in the documentation and can't find it. DUH
MyDogBuster is offline   Reply With Quote
Old 2009-08-21, 19:10   #22
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

32×17×19 Posts
Default

"abcfileformats.txt" line 32ff (of the last version)

Last fiddled with by kar_bon on 2009-08-21 at 19:11
kar_bon is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Prime Gap Search latest version of the c code pinhodecarlos Prime Gap Searches 170 2019-12-10 19:33
where can I download the latest version of GMP-ECM aaa120 GMP-ECM 2 2008-10-31 14:28
Where can I download the latest version of primo? aaa120 Software 7 2008-10-27 06:28
Is 23.8.1 the latest Version of Prime95? Bundu Software 1 2004-11-03 23:18
Latest version? [CZ]Pegas Software 3 2002-08-23 17:05

All times are UTC. The time now is 10:18.


Tue Jul 27 10:18:18 UTC 2021 up 4 days, 4:47, 0 users, load averages: 1.50, 1.93, 1.94

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.