![]() |
![]() |
#1 |
Feb 2004
France
32×103 Posts |
![]()
Predrag (not sure he wants his name to appear since he published as "MathBot") has published a question in StackExchange about a set of 4 conjectures he has built dealing with: "Conjectured compositeness tests for N=k⋅2n±c".
What he proposes seems to me already VERY great, since the 4 conjectures cover ALL numbers However, I've shown that the 4 conjectures can be generalized into only ONE conjecture which handles all kinds of these numbers. I've provided a PARI/gp for finding counter-examples. For sure, it is ONLY a conjecture. But this conjecture looks really powerful. I'd like to know if someone is aware about such a general conjecture. I should know, but, after years without looking at such research papers, I do not remember. However, as said RDS, I'm not a PhD, so I'd like other people to have a look and add comments. I've read other papers of Pedrag: he has played first with smaller examples. So, I think he then spent some time for grouping several examples into a greater conjecture. So:1) he made experiments, 2) he generalized his findings in something more general. Good work ! And, for sure, what I published recently was only children' game compared to Predrag's conjectures. Here is the PARI/gp program I've written based on work of Predrag, with code for searching counter-examples: Code:
CEk2c(k,c,g)= { a=6; if(c>0,s=1,s=-1;c=-c); for(n=2*c+1,g, N=k*2^n+s*c; e=c%4; if(e==1,e=1,e=-1); d=((c-e)%8)/4; B=((-1)^d)*s; A=(c-B)/2; s0=Mod(2*polchebyshev(k,1,a/2),N); sn=Mod((-1)^d*2*polchebyshev(A,1,a/2),N); my(s=s0); for(i=1,n-1,s=Mod(s^2-2,N)); if(s!=sn && isprime(N),print("k: ",k," c: ",c," n: ",n)) ) } for(k=1,100,for(c=0,50,CEk2c(k,2*c+1,1000))) for(k=1,100,for(c=0,50,CEk2c(k,-(2*c+1),1000))) Here is the final conjecture I've built after grouping Predrag's 4 conjectures all together. That does not make the task for proving it easier ! But that's so beautiful. And, for sure, we have the usual question: is this only a PRP tool or a true primality test ? Anyway, this conjecture shows how powerful are the ideas that Edouard Lucas discovered about 140 years ago. Last fiddled with by T.Rex on 2015-09-04 at 21:29 |
![]() |
![]() |
![]() |
#2 |
Feb 2004
France
32·103 Posts |
![]()
Thanks to primus to have warned me about Predrag's publication in StackExchange.
![]() |
![]() |
![]() |
![]() |
#3 |
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
22×33×7×13 Posts |
![]()
You didn't even consider that they are one and the same?
|
![]() |
![]() |
![]() |
#4 | |
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
![]() Quote:
Code:
CEk2c(k,c,g)= { a=6; h=a/2; if(c>0,s=1,s=-1;c*=-1); for(n=c<<1+1,g, N=k<<n+s*c; e=c%4; if(e==1,,e=-1); d=((c-e)%8)/4; f=((-1)^d) B=f*s; A=(c-B)/2; s0=Mod(polchebyshev(k,1,h)<<1,N); sn=Mod(f*polchebyshev(A,1,h)<<1,N); my(s=s0); forstep(i=n,2,-1,s=sqr(s)-2); if(s!=sn && isprime(N),print("k: ",k," c: ",c," n: ",n)) ) } for(k=1,100,for(c=0,50,CEk2c(k,2*c+1,1000))) for(k=1,100,for(c=0,50,CEk2c(k,-(2*c+1),1000))) |
|
![]() |
![]() |
![]() |
#5 |
Feb 2004
France
32×103 Posts |
![]() |
![]() |
![]() |
![]() |
#6 | |
Feb 2004
France
32×103 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#7 |
Jun 2003
10100111101012 Posts |
![]() |
![]() |
![]() |
![]() |
#8 |
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
![]() |
![]() |
![]() |
![]() |
#9 |
Nov 2003
1D2416 Posts |
![]() |
![]() |
![]() |
![]() |
#10 |
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
![]()
maybe because they care for other potential groupings around a number like sexy primes or cousin primes ?
Last fiddled with by science_man_88 on 2015-09-05 at 14:46 |
![]() |
![]() |
![]() |
#11 | |
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
22·33·7·13 Posts |
![]() Quote:
Think about it. If he wanted to post it himself, under three different names (and on ten other boards, just like inimitable Don Blazys), he would have! And he had already done that. Now he used you to post this tripe once again. Don't you feel used? |
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Compositeness test | jnml | Miscellaneous Math | 10 | 2018-01-27 16:20 |
Conjectured Primality Test for Specific Class of Mersenne Numbers | primus | Miscellaneous Math | 1 | 2014-10-12 09:25 |
Conjectured Primality Test for Specific Class of k6^n-1 | primus | Computer Science & Computational Number Theory | 16 | 2014-08-15 01:15 |
Conjectured Primality Test for 2^p-1, (2^p+1)/3 and (2^2^n+1) | T.Rex | Math | 75 | 2007-09-04 07:53 |
PRP => LL-tests? | Holmes | Math | 1 | 2005-05-13 17:18 |