mersenneforum.org  

Go Back   mersenneforum.org > Math Stuff > Computer Science & Computational Number Theory > PARI/GP

Reply
 
Thread Tools
Old 2010-08-28, 19:32   #1013
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

110100100002 Posts
Default

By decent-sized: The usual 1k-digit minimum, please. (750 for General Cofactor, and 1250 for Special Cofactor.)

Last fiddled with by 3.14159 on 2010-08-28 at 19:36
3.14159 is offline   Reply With Quote
Old 2010-08-28, 19:35   #1014
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

32208 Posts
Default

Quote:
Originally Posted by science_man_88
yeah well if i was stupid I'd post 2^43112608*2^1+1 but you know this one already lol.
Mersenne numbers belong in General Cofactor, if you can prove that it is the cofactor of a number of the forms listed, following the new rules (Bold = My emphasis.)

Also: For verification: Post the factoring session data for General/Special cofactor.

Last fiddled with by 3.14159 on 2010-08-28 at 19:37
3.14159 is offline   Reply With Quote
Old 2010-08-28, 19:44   #1015
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

168010 Posts
Default

Also: If there have been distributed searches on k-b-b, can anyone point me to one, and what ranges were being searched? (This is to ensure I am not searching for what has already been searched for, like when I was searching for Generalized Fermats. Because they are already searched for up to 131072, up to 3 million, there is no point searching for them.)

I'm going to check to see the search ranges for Prime Sierpinski, since they search for items 2 or 5 (Base 5 Sierpinski project, if I remember correctly.)

Last fiddled with by 3.14159 on 2010-08-28 at 19:48
3.14159 is offline   Reply With Quote
Old 2010-08-28, 19:54   #1016
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

The k * 45494549 range I am testing is rather barren.

k = 180k to 360k.

Nothing so far up to 270k.

Update: Nevermind: 265134 * 45494549 + 1 is a PRP. Off to prove it prime. (Does Proth's theorem also apply to Generalized Proth numbers? Answered my own question: Not to odd-number bases)

Code:
Start: For n=4549 to 4549, For k=265134 to 265134 step 2, k*4549^n+1.
265134*4549^4549 + 1 may be prime. (a = 2)
265134*4549^4549 + 1 is prime! (verification : a = 3) [16646 digits]

Last fiddled with by 3.14159 on 2010-08-28 at 20:06
3.14159 is offline   Reply With Quote
Old 2010-08-28, 20:05   #1017
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3×1,993 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
Factorwork must be done and the user cannot know one or more of the factors beforehand. The smallest factor can be no smaller than 7 digits.
How can you verify this? Factoring data can presumably be reconstructed if you know the factors.

Last fiddled with by CRGreathouse on 2010-08-28 at 20:09
CRGreathouse is offline   Reply With Quote
Old 2010-08-28, 20:08   #1018
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3·1,993 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
I already fixed your whining complaints.
I'd have to check, but I'd guess you fixed less than 25% of them. Of course this is not your fault -- I was intentionally not explicit about most of them. I don't care to be: my purpose is not to tell you what to do but to cause you to think more deeply.

Quote:
Originally Posted by 3.14159 View Post
And, why would I be annoyed? All decent-sized primes of those 20 types are welcomed.
Only for the same reason you seemed to not like #969.
CRGreathouse is offline   Reply With Quote
Old 2010-08-28, 20:13   #1019
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26·131 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
Mersenne numbers belong in General Cofactor, if you can prove that it is the cofactor of a number of the forms listed, following the new rules (Bold = My emphasis.)

Also: For verification: Post the factoring session data for General/Special cofactor.
yeah I accidentally put +1 doh anyways if you keep changing the rules who cares not me.
science_man_88 is offline   Reply With Quote
Old 2010-08-28, 20:14   #1020
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

Quote:
Originally Posted by CRGreathouse
How can you verify this? Factoring data can presumably be reconstructed if you know the factors.
You would have to go a long way to fake factor data. Meh, screw it. Too many people would take the time to fake everything.

To make sure it can't be faked: Smallest factor must at least be 65 digits and unknown to the user.

Yes, I'm sure someone would withhold it for 7-10 days and post it with fake data afterwards. Makes perfect sense.

Even better: Get rid of cofactor and replace it with complete factorization of a number of those forms.

Last fiddled with by 3.14159 on 2010-08-28 at 20:18
3.14159 is offline   Reply With Quote
Old 2010-08-28, 20:18   #1021
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3×1,993 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
You would have to go a long way to fake factor data.
Maybe, maybe not. Perhaps I already have a program that fakes factor data.

Here's a Pari program that fakes trial division data
Code:
fake(p,q)={
  
};
That was easy. Faking rho data also seems doable. NFS seems hard to fake, I'll admit, but just because I don't know of a way doesn't mean it's impossible.

But my point, like my point about your obsolete category, is that this suggests that the category itself is a bad idea, not that this small group of people would be likely to deceive each other.
CRGreathouse is offline   Reply With Quote
Old 2010-08-28, 20:20   #1022
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24×3×5×7 Posts
Default

Update: List is back down to 19 items. Restrictions still apply to the other items. I have gotten rid of cofactor and replaced it with completely factoring a number of the forms listed there. The smallest the number can be is 90 digits.
3.14159 is offline   Reply With Quote
Old 2010-08-28, 20:20   #1023
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3·1,993 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
To make sure it can't be faked: Smallest factor must at least be 65 digits and unknown to the user.
How can you verify that it was unknown to the user?

Quote:
Originally Posted by 3.14159 View Post
Even better: Get rid of cofactor and replace it with complete factorization of a number of those forms.
That's fine -- but I still think we need a good way to judge the (prior) difficulty of finding a factorization.
CRGreathouse is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why do I sometimes see all the <> formatting commands when I quote or edit? cheesehead Forum Feedback 3 2013-05-25 12:56
Passing commands to PARI on Windows James Heinrich Software 2 2012-05-13 19:19
Ubiquity commands Mini-Geek Aliquot Sequences 1 2009-09-22 19:33
64-bit Pari? CRGreathouse Software 2 2009-03-13 04:22
Are these commands correct? jasong Linux 2 2007-10-18 23:40

All times are UTC. The time now is 23:12.


Fri Aug 6 23:12:10 UTC 2021 up 14 days, 17:41, 1 user, load averages: 4.07, 4.17, 4.03

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.