![]() |
|
|
#111 |
|
Aug 2006
3·1,993 Posts |
I see you have learned the joy of counterexamples!
|
|
|
|
|
|
#112 |
|
Jul 2014
3×149 Posts |
|
|
|
|
|
|
#113 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
see the thread I posted about k values using modular arithmetic you can prove results that can't fit the choice of factor af a mersenne number with prime exponent. take p=4j+1:
we have four cases mod 4: and you can generalize this to cases 0,p,-p,2 mod 4. Last fiddled with by science_man_88 on 2016-09-29 at 19:23 |
|
|
|
|
|
#114 |
|
Jul 2014
1101111112 Posts |
I was looking at that thread just before you posted as it happens.
What you've said with those 4 lines is For p congruent to 1 mod 4, a factor of 2^p - 1 of the form 2kp + 1 can only exist for k congruent to 0 (mod 4) k congruent to 3 (mod 4) as 2kp + 1 must be 1 or 7 (mod 8) if I understand correctly. Big thanks for that post scienceman. It's given me an idea for something
Last fiddled with by wildrabbitt on 2016-09-29 at 19:30 |
|
|
|
|
|
#115 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
k congruent to 0 or -p mod 4 are the possible k values that produce possible factors. you can also use what I talked about above and show for example that for no prime p will k=2p+2 produce a prime. |
|
|
|
|
|
|
#116 | |
|
Jul 2014
3·149 Posts |
Quote:
That's amazing, if I've understood correctly. If p is 1 mod 4 then k must be 0 or -p (mod 4) is 0 or -(4k + 1) ie 3 mod 4. If p is 3 mod 4 then k must be 0 or -p (mod 4) is 0 or -(4k + 3) ie 1 mod 4. |
|
|
|
|
|
|
#117 | ||
|
Jul 2014
1BF16 Posts |
Quote:
Quote:
Last fiddled with by wildrabbitt on 2016-09-29 at 21:05 Reason: mistakes |
||
|
|
|
|
|
#118 | ||
|
"Forget I exist"
Jul 2009
Dumbassville
203008 Posts |
Quote:
also since a negative sign out front is multiplication by -1 we get -4k-1 and -4k-3 since 4k divides by 4 regardless we get -1 and -3 and then using the property that -(-x) in modular arithmetic mod n is congruent to n-x we get 3 and 1 respectively so k must be 0 or 3 mod 4 for p that are 1 mod 4 and 0 and 1 for p that are 3 mod 4. Quote:
2(4k)p+1 = 1 mod 8 2(4k+1)p = 2p+1 mod 8 ( and since modular math allows you to multiply and get to another remainder mod a different number potentially) we have 2(4k+1)(4j+1)+1 = (8k+2)(4j+1)+1 = 32kj+8k+8j+3 = 3 mod 8 =2(4k+3)(4j+3)+1 = (8k+6)(4j+3)+1 = 32kj+24k+24j+19 = 19 mod 8 = 19-16 mod 8 = 3 mod 8. this is the k=p mod 4 case. 2(4k+1)p = 2p+1 mod 8 ( and since modular math allows you to multiply and get to another remainder mod a different number potentially) we have 2(4k+1)(4j+3)+1 = (8k+2)(4j+3)+1 = 32kj+24k+8j+7 = 7 mod 8 this is the k=-p mod 4 case. one one is shown because when they are opposites they can switch around and have the same algebraic value ( to within the switching places of variable names). 2(4k+2)p+1 = (8k+4)(4j+1)+1 which mod 8 simplifies to 4(4j+1)+1 = 16j+5 = 5 mod 8. Last fiddled with by science_man_88 on 2016-09-29 at 21:23 |
||
|
|
|
|
|
#119 | |
|
Aug 2006
3×1,993 Posts |
Quote:
|
|
|
|
|
|
|
#120 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
260216 Posts |
|
|
|
|
|
|
#121 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Listen and see how a composite, prime and mersenne responds to the drums | ONeil | ONeil | 0 | 2018-04-21 02:42 |
| New Factor leaves a C168 Mersenne Composite | wblipp | ElevenSmooth | 7 | 2013-01-17 02:54 |
| Mersenne primes have highly composite p-1? | ATH | Math | 3 | 2009-06-15 13:11 |
| Factoring highly composite Mersenne numbers | philmoore | Factoring | 21 | 2004-11-18 20:00 |
| Mersenne composite using fibonacci | TTn | Math | 5 | 2002-11-23 03:54 |