mersenneforum.org  

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

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

110100100002 Posts
Default

Now, to look for a relatively unsearched prime: Primorial. I'll use 45361.

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

175B16 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
Well, factorization cannot have any restrictions then, except the number must be at least a c90. Factor restriction lifted.
Sounds good.

Quote:
Originally Posted by 3.14159 View Post
Okay: Large composites with prime factors no smaller than 50 digits are more impressive.
I was hoping for a general way to transform a vector of the sizes of the prime factors (and possibly a composite cofactor?) into a score that could be ranked, so if I had 100 such factorizations I could decide what was the best, the second best, and so forth. At the origin of your list you used (or seemed to use) "points = size of largest prime factor", which I didn't like because it made a p55 . p90 sound better than a p88 . p89.
CRGreathouse is offline   Reply With Quote
Old 2010-08-28, 21:26   #1037
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24×3×5×7 Posts
Default

Quote:
Originally Posted by CRGreathouse
Sounds good.
Excellent.


Quote:
Originally Posted by CRGreathouse
I was hoping for a general way to transform a vector of the sizes of the prime factors (and possibly a composite cofactor?) into a score that could be ranked, so if I had 100 such factorizations I could decide what was the best, the second best, and so forth. At the origin of your list you used (or seemed to use) "points = size of largest prime factor", which I didn't like because it made a p55 . p90 sound better than a p88 . p89.
What makes it better is how hard it was to factor it.

Also: Factorization = Complete factorization, unless it is too large.

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

3×1,993 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
What makes it better is how hard it was to factor it.
So, in short, you don't have a method for determining the 'winners' for #17 and #18, since you have no way of deciding which of two factorizations is more difficult.

Not a problem for me, but I imagine that would discourage people from submitting an entry.
CRGreathouse is offline   Reply With Quote
Old 2010-08-28, 21:40   #1039
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

Quote:
Originally Posted by CRGreathouse
So, in short, you don't have a method for determining the 'winners' for #17 and #18, since you have no way of deciding which of two factorizations is more difficult.
Well, it depends on the methods you use to factor the number. It would be damn impressive if you factored a number into p60 * p75 by using trial-division alone.

Last fiddled with by 3.14159 on 2010-08-28 at 21:44
3.14159 is offline   Reply With Quote
Old 2010-08-28, 22:23   #1040
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3·1,993 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
Well, it depends on the methods you use to factor the number. It would be damn impressive if you factored a number into p60 * p75 by using trial-division alone.
A person could make that claim, of course. Or a person could use a nondeterministic method (pick a factor and test).

But this doesn't solve the problem of choosing a winner. Are you going to have different categories for different methods? (And what counts as a different method?) And within a given method, how do you decide what is better?
CRGreathouse is offline   Reply With Quote
Old 2010-08-28, 22:33   #1041
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24×3×5×7 Posts
Default

Quote:
Originally Posted by CRGreathouse
A person could make that claim, of course. Or a person could use a nondeterministic method (pick a factor and test).
But, how many times would they need to do so before guessing the correct factor?

Quote:
Originally Posted by CRGreathouse
But this doesn't solve the problem of choosing a winner. Are you going to have different categories for different methods? (And what counts as a different method?) And within a given method, how do you decide what is better?
For individual factoring methods? And, concerning what is most impressive, that should be obvious. Numbers with large factors, relative to their size.

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

24×3×5×7 Posts
Default

At the moment, I'm searching for k * 45361# + 1 (≈ 19605-19610 digits).

I should get something by 01:00.
3.14159 is offline   Reply With Quote
Old 2010-08-29, 00:05   #1043
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

597910 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
But, how many times would they need to do so before guessing the correct factor?
Just once, if they're lucky enough.

I'm trying to help you determine reasonable methods for judging your lists and you seem determined to shrug it off. Ah well.


Quote:
Originally Posted by 3.14159 View Post
For individual factoring methods? And, concerning what is most impressive, that should be obvious. Numbers with large factors, relative to their size.
Not obvious at all, because you have multiple factors. If two factorizations have different numbers of factors, or if they have the same number of factors and (sorting them by size) there are corresponding factors that are smaller for one but also a pair of corresponding factors where the other is larger, how do they compare?

p30 . p90 vs. p35 . p85 vs. p34 . p 89.

If you don't have a way to rank them, you don't have a way to decide winners for your two cofactor 'competitions'.

Last fiddled with by CRGreathouse on 2010-08-29 at 00:08
CRGreathouse is offline   Reply With Quote
Old 2010-08-29, 01:07   #1044
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24×3×5×7 Posts
Default

Quote:
Originally Posted by CRGreathouse
I'm trying to help you determine reasonable methods for judging your lists and you seem determined to shrug it off. Ah well.
All the items are fine, except for Factorization.

Quote:
Originally Posted by CRGreathouse
If you don't have a way to rank them, you don't have a way to decide winners for your two cofactor 'competitions'.
Size of the smallest factor is what places a number as high or low in the scale.

Ex: A number with a smallest factor of 6874713856829275576652590301803216341934585163 is a higher-ranking number than a number with a smallest factor of 86275185784708979, and a number with a smallest factor of 7062362420427661148487418730654866333839957380354935428654077083643909 is higher-ranking than that which has a smallest factor of 6874713856829275576652590301803216341934585163.

Last fiddled with by 3.14159 on 2010-08-29 at 01:08
3.14159 is offline   Reply With Quote
Old 2010-08-29, 01:20   #1045
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

Updates for Special Cofactor and General Cofactor (I decided to keep them):

The size of the largest prime factor is what determines how impressive it is:

Yes, CRG, even 3 * p10000 will be accepted into either Special or General cofactor. The hard part will be proving that the 10000-digit number is a prime number. ECPP is recommended.

It must also conform to restrictions placed in post 1011, for Special Cofactor.

For General Cofactor (Also shared with Special Cofactor), the number must be at least 1000 digits in length.

And, finally:

Reminder: I, (optionally mods), search for the + 1 primes for items 1-19 and twin primes.

Other members, (optionally mods), look for the - 1 primes for items 1-19 and twin primes.

Next notice:

For Special and General Cofactor:

For + 1 searchers, which are me alone, and optionally, the mods:

The cofactor, for Special cofactor must be a + 1 number!

Same goes for - 1 searchers: All other members, mods optional:

Cofactor must be a -1 number!

Last fiddled with by 3.14159 on 2010-08-29 at 01:33
3.14159 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:40 UTC 2021 up 14 days, 17:41, 1 user, load averages: 4.46, 4.26, 4.07

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.