mersenneforum.org  

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

Reply
 
Thread Tools
Old 2010-08-28, 20:22   #1024
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

Quote:
Originally Posted by CRGreathouse
That's fine -- but I still think we need a good way to judge the (prior) difficulty of finding a factorization.
See the above. Must be at least a c90, and it cannot be divisible by any prime smaller than 10 digits, and factors cannot be known to the user.

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

3·1,993 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
See the above. Must be at least a c90.
So how do you rank two different factorizations? Say, a p30 . p70 vs. a p25 . p80? What about a p31 . p64? What about a p20 . p81? What about a p9 . p30 . p65?

Quote:
Originally Posted by 3.14159 View Post
factors cannot be known to the user.
How do you determine this? Polygraph?

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

24·3·5·7 Posts
Default

Quote:
Originally Posted by CRGreathouse
So how do you rank two different factorizations? Say, a p30 . p70 vs. a p25 . p80? What about a p31 . p64? What about a p20 . p81? What about a p9 . p30 . p65?
Simple: Semiprimes are most impressive, and it is also more impressive when the primes are evenly sized, differing in size by about 4-10 digits. By the way: Last one is invalid, smallest factor must be p10.

Quote:
Originally Posted by CRGreathouse
How do you determine this? Polygraph?
Again, if you're willing to fake ECM/SIQS/NFS data, show me how.

Last fiddled with by 3.14159 on 2010-08-28 at 20:37
3.14159 is offline   Reply With Quote
Old 2010-08-28, 20:37   #1027
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

22·727 Posts
Default

I've tried to simplify the list in post #1011:

Code:
 1. k*2^n+-1	Proth/Riesel
 2. k*b^n+-1	Generalized Proth/Riesel
 3. k*b!^n+-1	Factorial-based Proth/Riesel
 4. k*b#^n+-1	Primorial-based Proth/Riesel
 5. k*b^n+-1	Prime-based Proth/Riesel, b>2 prime
 6. k*n#+-1	Primorial
 7. k*n!+-1	Factorial
 8. n*b^n+-1	Generalized Cullen/Woodall
 9. n*b^n+-1	Factorial Cullen/Woodall, b Factorial
10. n*b^n+-1	Primorial Cullen/Woodall, b Primorial
11. n*b^n+-1	Prime-based Cullen/Woodall, b prime
12. k*b^b+-1	k-b-b, k<b^b
13. k*b^b+-1	k-b-b, b Factorial, k<b^b
14. k*b^b+-1	k-b-b, b Primorial, k<b^b
15. k*b^b+-1	k-b-b, b prime, k<b^b
16. 4-group	n^1+1, n^2+1, n^4+1 primes
17. Factorization 	of form #1-#16, #digits>=90
18. Factorization	not of form #1-#16, #digits>=90
19. k*b^n+c	General arithmetic progressions, c>100 prime; #digits>=2000
20. k*b^n-1, k*b^n+1	Twins.

NOTE:
- n>1, b>1
3.14159 searches only for +1-side on #1-#19.

Last fiddled with by kar_bon on 2010-08-28 at 21:18
kar_bon is offline   Reply With Quote
Old 2010-08-28, 20:41   #1028
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

69016 Posts
Default

Quote:
Originally Posted by Karsten
Until no others changes made so far. Check it.
Replace Special and General Cofactor with Factorization, also add that the smallest prime factor must be a p10 and the number must at minimum be a c90.
3.14159 is offline   Reply With Quote
Old 2010-08-28, 20:51   #1029
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

426710 Posts
Default

Why are there no k*b^n-1?
Mini-Geek is offline   Reply With Quote
Old 2010-08-28, 20:52   #1030
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

22·727 Posts
Default

Quote:
Originally Posted by Mini-Geek View Post
Why are there no k*b^n-1?
Because it's his own list!
kar_bon is offline   Reply With Quote
Old 2010-08-28, 21:02   #1031
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24×3×5×7 Posts
Default

Quote:
Originally Posted by Mini-Geek
Why are there no k*b^n-1?
I knew one of you was going to complain about the -1 thing.

Other members only:

20. n-1 analogues of Proths.
21. n-1 analogues of k-b-b, (k * bb - 1)
22. Twins.

I stay within 1-19. Ban me for a week if I defy that rule.

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

597910 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
Simple: Semiprimes are most impressive, and it is also more impressive when the primes are evenly sized, differing in size by about 4-10 digits. By the way: Last one is invalid, smallest factor must be p10.
"Semiprimes are most impressive": Does this mean that a p20 . p70 is better than a p80 . p80 . p80?

Quote:
Originally Posted by 3.14159 View Post
By the way: Last one is invalid, smallest factor must be p10.
Yes, that was intentional. I'm amused that a p20 . p70 qualifies while a p9 . p90 . p90 does not.

Last fiddled with by CRGreathouse on 2010-08-28 at 21:08
CRGreathouse is offline   Reply With Quote
Old 2010-08-28, 21:09   #1033
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

As opposed to 265134* 45494549, I found a PRP for b = 4861 pretty soon:

240790 * 48614861 + 1 (17927 digits)

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

24·3·5·7 Posts
Default

Quote:
Originally Posted by CRGreathouse
"Semiprimes are most impressive": Does this mean that a p20 . p70 is better than a p80 . p80 . p80?
Okay: Large composites with prime factors no smaller than 50 digits are more impressive.

Quote:
Originally Posted by CRGreathouse
Yes, that was intentional. I'm amused that a p20 . p70 qualifies while a p9 . p90 . p90 does not.
Well, factorization cannot have any restrictions then, except the number must be at least a c90. Factor restriction lifted.

Last fiddled with by 3.14159 on 2010-08-28 at 21:20
3.14159 is offline   Reply With Quote
Reply



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:08 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.