mersenneforum.org  

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

Reply
 
Thread Tools
Old 2008-12-03, 08:41   #1
devarajkandadai
 
devarajkandadai's Avatar
 
May 2004

4748 Posts
Default 3-factor Carmichael numbers

NECESSARY & SUFFICIENT CONDITIONS FOR A THREE-FACTOR COMPOSITE
NUMBER WITH FOLLOWING SHAPE TO BE A CARMICHAEL NUMBER

Let N, the composite number, have the shape (2m+1)(10m+1)(16m+1).

Here m belongs to N. The necessary and sufficient conditions:

a) (80m^2 + 53m + 7)/20 should be an integer

b) The values of m which render the above an integer should also render

2m + 1, 10m + 1 and 16m + 1 prime.

This is a corollary of the Devaraj-Pomerance-Maxal theorem (ref::

www.crorepatibaniye.com/failurefunctions
devarajkandadai is offline   Reply With Quote
Old 2008-12-03, 13:52   #2
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

2×3×13×83 Posts
Default

Quote:
Originally Posted by devarajkandadai View Post
This is a corollary of the Devaraj-Pomerance-Maxal theorem (ref::
Pretentious moi?
davieddy is offline   Reply With Quote
Old 2008-12-03, 15:26   #3
alpertron
 
alpertron's Avatar
 
Aug 2002
Buenos Aires, Argentina

2×683 Posts
Default

I tested the first five million values of m and it appears to work. This is the program in UBASIC, noticing that the point "a" is equivalent to m=1 (mod 20). Nothing is printed, so it is OK.

Code:
   10   for M=1 to 5000000
   20   if 2*M+1<>nxtprm(2*M) or 10*M+1<>nxtprm(10*M) or 16*M+1<>nxtprm(16*M) then 60
   30   A=2*M+1:B=10*M+1:C=16*M+1:D=A*B*C
   40   if (D-1)@(A-1)<>0 or (D-1)@(B-1)<>0 or (D-1)@(C-1)<>0 then K=0 else K=1
   50   if (M@20=1 and K=0) or (M@20<>1 and K=1) then print M,(2*M+1)*(10*M+1)*(16*M+1)
   60   next M

Last fiddled with by alpertron on 2008-12-03 at 15:44 Reason: Added program in UBASIC
alpertron is offline   Reply With Quote
Old 2008-12-03, 16:02   #4
R. Gerbicz
 
R. Gerbicz's Avatar
 
"Robert Gerbicz"
Oct 2005
Hungary

22×7×53 Posts
Default

Quote:
Originally Posted by devarajkandadai View Post
NECESSARY & SUFFICIENT CONDITIONS FOR A THREE-FACTOR COMPOSITE
NUMBER WITH FOLLOWING SHAPE TO BE A CARMICHAEL NUMBER

Let N, the composite number, have the shape (2m+1)(10m+1)(16m+1).

Here m belongs to N. The necessary and sufficient conditions:

a) (80m^2 + 53m + 7)/20 should be an integer

b) The values of m which render the above an integer should also render

2m + 1, 10m + 1 and 16m + 1 prime.

This is a corollary of the Devaraj-Pomerance-Maxal theorem (ref::

www.crorepatibaniye.com/failurefunctions
This is trivial, because lcm(p1-1,p2-1,p3-1)=80m. n is Carmichael number if and only if n-1 is divisible by 80m, n is squarefree and odd number (this is the Korselt theorem), (n-1)/(80m)=(80*m^2 + 53*m + 7)/20

Why you don't write: (80m^2 + 53m + 7)%20==13m+7==13*(m-1)==0 mod 20 so the simple condition is that m-1 is divisble by 20.

Last fiddled with by R. Gerbicz on 2008-12-03 at 16:03
R. Gerbicz is offline   Reply With Quote
Old 2008-12-06, 04:16   #5
devarajkandadai
 
devarajkandadai's Avatar
 
May 2004

4748 Posts
Default 3-factor C.Ns

I wonder whether 561 is the only 3-factor C.N. with 3 as a factor . The reason is that if we were to keep 3 fixed and increase p_2 and p_3 indefinitely, k becomes asymptotic to 6.
A.K.Devaraj
devarajkandadai is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Carmichael numbers devarajkandadai Number Theory Discussion Group 14 2017-11-15 15:00
Carmichael numbers and Devaraj numbers devarajkandadai Number Theory Discussion Group 0 2017-07-09 05:07
Carmichael Numbers Stan Miscellaneous Math 19 2014-01-02 21:43
Carmichael Numbers devarajkandadai Miscellaneous Math 0 2006-08-04 03:06
Carmichael Numbers II devarajkandadai Math 1 2004-09-16 06:06

All times are UTC. The time now is 00:00.


Sat Jul 17 00:00:51 UTC 2021 up 49 days, 21:48, 1 user, load averages: 1.42, 1.56, 1.50

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.