mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Math

Reply
 
Thread Tools
Old 2018-10-27, 17:11   #1
wpolly
 
wpolly's Avatar
 
Sep 2002
Vienna, Austria

3×73 Posts
Default A few questions about CHG

Hey guys,


So I have a generalized Lucas PRP of ~13k digits, and N-1 has been factored to about 25.55%.

The first question is would this percentage allow the CHG test to be done in a reasonable time?

I would also like to ask, is it feasible to include the factors of N+1 (about 20 total digits) in the process? I've read that considering factors of both N+1 and N-1 requires two CHG processes for factors congruent to 1 and N respectively, so it might be counter-productive. Please correct me if I'm wrong here.

For the third question, I'm thinking about doing the interval selection manually instead of relying on the script. Am I correct in the following phrasing of the whole process?
  • Choose several tuples of parameters [h_i,u_i,\beta_i,\gamma_i], such that 2(\alpha+\beta_i)u_ih_i>u_i(u_i+1)+\gamma_ih_i(h_i-1), and the union of all intervals [\beta_i,\gamma_i] covers [0,1-3\alpha]. (\alpha is the factorization percentage of N-1)
  • For each tuple of parameters, construct a matrix as in Corollary 3.1 of the CHG paper, use LLL reduction to find a short vector in its row space, and then attempt to show the polynomial induced by this short vector has no integer roots.
  • The total running time is proportional to \sum_{i}h_i^4, so this is what I should be minimizing when choosing the intervals.
Many thanks for your help!
wpolly is offline   Reply With Quote
Old 2018-11-01, 16:58   #2
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

E9B16 Posts
Default

Is this the number in question? I guess not because it is much bigger than ~13k digits.

You should email Prof. Chis Caldwell to change it to a CHG prover code from a primeform one. Also the syntax is wrong. It should use U(?,-1,?). And the comment should say "Generalized Lucas number".

Congrats. I am interested in the proof method. Please post its output here.

Last fiddled with by paulunderwood on 2018-11-01 at 17:07
paulunderwood is offline   Reply With Quote
Old 2018-11-01, 17:48   #3
wpolly
 
wpolly's Avatar
 
Sep 2002
Vienna, Austria

3×73 Posts
Default

No, the PRP I was referring to is Phi(3121,-15439) at 13069 digits. Phi(4201,-5798) is a much lighter CHG proof with 28% factored, thanks to a P1740 factor of N-1.
wpolly is offline   Reply With Quote
Old 2018-11-02, 01:31   #4
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

36·13 Posts
Default

Quote:
Originally Posted by wpolly View Post
No, the PRP I was referring to is Phi(3121,-15439) at 13069 digits. Phi(4201,-5798) is a much lighter CHG proof with 28% factored, thanks to a P1740 factor of N-1.
It is not clear why that would be a Generalized Lucas.

It is, in a sense, a generalized 'Generalized repunit' (but UTM only takes positive bases b>2).Only a few forms (like Wagstaffs) also happen to be Generalized Lucas, but not just any (b^n+1)/(b+1).

Last fiddled with by Batalov on 2018-11-02 at 01:35
Batalov is offline   Reply With Quote
Old 2018-11-02, 03:53   #5
wpolly
 
wpolly's Avatar
 
Sep 2002
Vienna, Austria

21910 Posts
Default

Quote:
Originally Posted by Batalov View Post
It is not clear why that would be a Generalized Lucas.

It is, in a sense, a generalized 'Generalized repunit' (but UTM only takes positive bases b>2).Only a few forms (like Wagstaffs) also happen to be Generalized Lucas, but not just any (b^n+1)/(b+1).

Actually, (b^n+1)/(b+1) is just U(b-1,-b,n).
wpolly is offline   Reply With Quote
Old 2018-11-02, 05:22   #6
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

36×13 Posts
Default

Yeah, that's true, but a and b are not irrational and the number looks sort of plain.



Not clear, then, why in the UTM stamp collection Gaussian-Mersennes are not double listed as Generalized unique - but they are.
Batalov is offline   Reply With Quote
Old 2018-11-02, 12:21   #7
wpolly
 
wpolly's Avatar
 
Sep 2002
Vienna, Austria

3×73 Posts
Default

Quote:
Originally Posted by Batalov View Post
Yeah, that's true, but a and b are not irrational and the number looks sort of plain.

Indeed. I think these negative-base GRUs should have a separate category, maybe "Generalized Wagstaff"?
wpolly is offline   Reply With Quote
Old 2018-11-04, 22:53   #8
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

E9B16 Posts
Default

The prime is in limbo. Please discuss with Prof. Chris Caldwell what's to be done.
paulunderwood is offline   Reply With Quote
Old 2018-11-05, 02:27   #9
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

36·13 Posts
Default

You can also rewrite it in U() form (like this one).
But then again, maybe CC is not working too hard on weekends. Wait for Monday.
Batalov is offline   Reply With Quote
Old 2018-11-05, 15:59   #10
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

36×13 Posts
Default

Quote:
Originally Posted by wpolly View Post
Hey guys,

So I have a generalized Lucas PRP of ~13k digits, and N-1 has been factored to about 25.55%.

The first question is would this percentage allow the CHG test to be done in a reasonable time?
So, just yesterday I started CHG with 26.85% ratio, and then found a 41-digit ECM factor that allowed to start another CHG with 27.05% ratio. It turns out that the speed is at least 4x faster with 27.05% (at 20k digit size). D.Broadhurst keeps the hardest CHG list somewhere. I believe the record is somewhere around 26%? With lower ratio, thousands iterations will be needed - with enormous time.

Anyway a 13069 number will now be out of top20 and will not be accepted.
Batalov is offline   Reply With Quote
Old 2018-11-06, 20:24   #11
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

3,739 Posts
Default

wpolly's number has been adjusted and has been accepted as a top20 Gen. Lucas number. However Serge's larger number does not have the right colour for the top20. I think CC has another adjustment to do.

Last fiddled with by paulunderwood on 2018-11-06 at 20:26
paulunderwood is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
GPU LL Questions Primeinator GPU Computing 40 2013-10-20 06:20
gmp-ecm questions yoyo GMP-ECM 34 2009-03-20 18:06
Some questions... OmbooHankvald PSearch 3 2005-09-17 19:29
5 questions OmbooHankvald Factoring 6 2005-08-28 19:31
Questions OmbooHankvald Prime Sierpinski Project 2 2005-08-01 20:18

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


Fri Jul 16 18:19:20 UTC 2021 up 49 days, 16:06, 1 user, load averages: 2.98, 2.63, 2.19

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.