![]() |
|
|
#23 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36·13 Posts |
The answer is 91625794219
|
|
|
|
|
|
#24 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
100101000001012 Posts |
I've spent too much time trying to find a Carmichael number with this property. Didn't find one.Then, the b-list for A001567 turned out to be enough. (too easy!) Now, tried axn's Galway list. (took some time to fetch!) ==> Just this value and 2^43-1. |
|
|
|
|
|
#25 |
|
Romulan Interpreter
Jun 2011
Thailand
7×1,373 Posts |
|
|
|
|
|
|
#26 | |
|
Einyen
Dec 2003
Denmark
35×13 Posts |
Quote:
and found two more composite example: 1557609722332488343 18216643597893471403 So 4 total < 264. |
|
|
|
|
|
|
#27 |
|
Einyen
Dec 2003
Denmark
C5716 Posts |
I realized I had to test all 118,968,378 base 2 prps below 264 not "just" the strong prps, but this gave no other solutions.
|
|
|
|
|
|
#28 | |
|
Dec 2011
2416 Posts |
Quote:
E.g. %1 = Mod(2, a very long even number) Does this mean 2127-1 is not prime, or am I being silly? What does Mod(2, 77371252455309878902128642) imply? |
|
|
|
|
|
|
#29 |
|
Romulan Interpreter
Jun 2011
Thailand
7×1,373 Posts |
@Batalov: see? what did I tell you?
![]() @Stan: The "even" number you see is the product of m and m-1, where m=2^43-1. The small program proves that 2^m is equal to 2 (mod m(m-1)) for this particular m, which is composite, therefore your conjecture is false, because I found a composite m for which 2^m=2 (mod m(m-1)). Read the small gp example as: The expression "a^b (mod c)" is written in pari/gp as "Mod(a,c)^b". edit: Regardless of the fact that your expression is wrong, as you only raise the number at 127-1, and not at 2^127-1, in your example m=2^127-1 which is prime, but in mine, 2^43-1 is NOT, and still verifies your conjecture. Last fiddled with by LaurV on 2012-09-18 at 14:58 |
|
|
|
|
|
#30 | |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
947710 Posts |
Quote:
Furthermore, the contributors to this thread proved the opposite of what you sought: as demonstrated above, both prime and composite numbers can pass the test. Therefore: passing the test implies nothing about the character of the input number. |
|
|
|
|
|
|
#31 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36·13 Posts |
I know. I think I gathered that you suggested to speak slowly... and verbously. Ok, this can be done.
Let's do this: Code:
Suppose 2^m = 2 (MOD m(m-1)) This means: 2^m - 2 = k m(m-1), with some k This in turn means 1) 2^m - 2 = 0 (MOD m) AND 2) 2^m - 2 = 0 (MOD m-1) Now, condition 1) is the 2-PRP test. All primes and composite numbers in sequence A001567 pass it. Condition 2) is just some conguence - many prime and composite numbers pass it. Counterexamples 91625794219, 2^43-1 and others demonstrate that there exist composites that pass both tests (or equivalently, the original proposed test). Also, many primes do not pass the OP test. Therefore, the OP test does not improve on the 2-PRP test and if anything, only make the 2-PRP test worse. P.S. Of course, in the context of Mersenne numbers alone, 2-PRP test is moot: all of them pass it. |
|
|
|
|
|
#32 |
|
Romulan Interpreter
Jun 2011
Thailand
7·1,373 Posts |
Last fiddled with by LaurV on 2012-09-19 at 03:05 Reason: then -> than (I always make this typo!) |
|
|
|
|
|
#33 |
|
Aug 2002
Buenos Aires, Argentina
55616 Posts |
It is interesting to notice that 91625794219 = (238 - 219 + 1)/3
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Twin Prime Conjecture Proof | Steve One | Miscellaneous Math | 53 | 2019-03-18 00:34 |
| Semi-prime factorization conjecture | Alberico Lepore | Alberico Lepore | 7 | 2018-02-16 08:27 |
| Conjecture prime numbers, demonstration possible? | Godzilla | Miscellaneous Math | 5 | 2016-05-16 12:44 |
| Prime abc conjecture b == (a-1)/(2^c) | miket | Miscellaneous Math | 6 | 2013-05-22 05:26 |
| The Twin Prime Conjecture Song | Templus | Lounge | 9 | 2006-03-14 16:30 |