![]() |
|
|
#12 |
|
Nov 2003
22×5×373 Posts |
|
|
|
|
|
|
#13 | ||
|
"Kyle"
Feb 2005
Somewhere near M52..
11100100112 Posts |
Quote:
Quote:
Using axn's approach, which is a direct form of what you posted yourself, the factors of 496 are : a) 1, 2, 2^2 = 4, 2^3 = 8, 2^4 = 16 b) 2^5 -1 = 31, 2(2^5 -1) = 62, 2^2 * (2^5 -1) = 124, 2^3 * (2^5 -1) = 248, 2^4 * (2^5 -1) = 496 If you want to check: Simply construct a factor tree or, since this is a perfect number, add the factors except for the perfect number itself. 1 + 2 + 4 + 8 + 16 + 31 + 62 + 124 + 248 = 496 It checks out. I'm sure there is a relatively elementary proof for this that is undoubtedly closely tied to the form of a perfect number of (2^n-1)(2^(n-1)) |
||
|
|
|
|
|
#14 |
|
"Jason Goatcher"
Mar 2005
3·7·167 Posts |
I'm sure this has been covered before, but could a switch from looking for Mersennes to looking for perfect numbers be beneficial? We may be doing this ass-backwards, maybe searching for perfect numbers is the better plan.
|
|
|
|
|
|
#15 |
|
"Kyle"
Feb 2005
Somewhere near M52..
3×5×61 Posts |
I don't think so...because look at the form of the associated perfect number. It still requires knowing 2^n to find a perfect number, defeating the whole purpose of looking for mersenne associated perfect numbers to find a mersenne prime. One could consider using the factor scheme to construct such a number, but then you still don't have the means of knowing if 2^n -1 is prime without testing, once again defeating the whole purpose. It is a nice idea though.
Last fiddled with by Primeinator on 2009-07-22 at 05:26 |
|
|
|
|
|
#16 |
|
"William"
May 2003
New Haven
236610 Posts |
Nobody knows how to do that. The only reasonable method known to find even perfect numbers is to first find Mersenne primes. It's unlikely a better approach will be found because it would automatically give an approach to testing Mersenne primes that is better than the Lucas-Lehmer test - a very tough standard.
|
|
|
|
|
|
#17 | |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17·251 Posts |
Quote:
then 2^p-1 must be prime, but in fact the sum of all of the factors of 2^p-1 is only represented by the above equation when 2^p-1 is prime (the equation is always true, what you might take it to imply isn't). Like others have said, there is no easy way to find perfect numbers directly. Last fiddled with by Mini-Geek on 2009-07-22 at 14:06 |
|
|
|
|
|
|
#18 | |
|
"Kyle"
Feb 2005
Somewhere near M52..
11100100112 Posts |
Quote:
aka the associated perfect number of any mersenne prime is denoted by the sum of all its proper factors as shown by the sum of the two series. Alternatively...you could represent it this way as well: Last fiddled with by Primeinator on 2009-07-22 at 15:07 |
|
|
|
|
|
|
#19 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
22·5·72·11 Posts |
Quote:
Paul Last fiddled with by xilman on 2009-07-22 at 15:04 Reason: Fix tyop |
|
|
|
|
|
|
#20 | ||
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17×251 Posts |
Quote:
Quote:
Use {} to do what you're trying to do. 2^{p-1} instead of 2^(p-1). |
||
|
|
|
|
|
#21 |
|
"Kyle"
Feb 2005
Somewhere near M52..
3×5×61 Posts |
|
|
|
|
|
|
#22 |
|
Jun 2003
Pa.,U.S.A.
22×72 Posts |
I had been meaning to post this elsewhere , but this looks like a better place.
Of very rare occurence and usage. Begin at (p-1)!+1= K*p (AS befitting Wilson's theorem.) Perform K+1, then as given 2^p-1 and a corresponding 2^(p-1), then 2^(p-1) | K+1 In reverse , as an integer multiple of 2^(p-1) subtract 1, and one has K, the Wilson's theorem proof coefficient. Two cases where this appears to hold(and possibly on up by induction) is 2^3-1 and 2^7-1.(and should therefor really be included in the given statement) As 'academic' to the whole picture that this may appear, they are(exist) cases where going the perfect way should be a lot faster than full scale wilson calculation. |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Odd Perfect Numbers | davar55 | Miscellaneous Math | 16 | 2011-01-29 01:53 |
| GMP-ECM crashing for large numbers or high RAM use | lavalamp | Software | 6 | 2011-01-06 05:29 |
| Small range with high density of factors | hbock | Lone Mersenne Hunters | 1 | 2004-03-07 19:51 |
| Perfect Numbers | MajUSAFRet | Math | 3 | 2003-12-13 03:55 |
| Odd Perfect Numbers | Zeta-Flux | Math | 1 | 2003-05-28 19:41 |