![]() |
|
|
#12 | |
|
Jun 2005
2·191 Posts |
Quote:
9 divides M21. Drew |
|
|
|
|
|
|
#13 | |
|
Jun 2005
2·191 Posts |
Quote:
|
|
|
|
|
|
|
#14 | |
|
Dec 2005
German - Kassel
2 Posts |
Quote:
For any primefactor p of M_n it is: Code:
n
~ ( f + {n,p}')
n s
2 - 1 = x* p
So s(3) is 2, and f at (2^2-1 = x*3^1) is 1 and since in your example we have n=12 this is for the primefactor 3: Code:
12
~ ( f + {12,3}')
12 2
2 - 1 = x* 3
1 ( 1 + 1 )
= x* 3 // 2 divides 12, and 3 is in 12 to the power of 1
2
= x*3 = x* 9
But the interesting question is: is there a Mersenne-number (where the index is prime) having any primefactor to a higher power than 1? |
|
|
|
|
|
|
#15 | |
|
Dec 2005
German - Kassel
210 Posts |
Quote:
2819^3 - 1 = x* 19^4 and forms of the following type have even higher powered primefactors 127^2 - 1 = x* 2^7 255^2 - 1 = x* 2^8 242^2 - 1 = x* 3^5 ;-) |
|
|
|
|
|
|
#16 |
|
Jun 2003
2·7·113 Posts |
if a==-1 or +1 (mod p^2)
then all a are such that a^p-1 =1 (mod p^2) I think a must be smaller than p. Citrix |
|
|
|
|
|
#17 | |
|
Jun 2005
Near Beetlegeuse
6048 Posts |
Quote:
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| square free Mersenne Numbers? | kurtulmehtap | Math | 0 | 2012-09-17 13:04 |
| Perfect square or not? | jnml | Puzzles | 12 | 2012-04-28 21:33 |
| red square | Fusion_power | Puzzles | 14 | 2008-04-25 11:37 |
| Find a Square | davar55 | Puzzles | 34 | 2007-06-12 14:17 |
| Fast way to square??? | maheshexp | Math | 2 | 2004-05-29 01:54 |