![]() |
|
|
#1 |
|
Jun 2003
The Computer
1100010002 Posts |
I ws wondering if anyone was interested in this. I could find odd perfect numbers using the 2x-1 formula (which yields every odd number) and start at the lowest x over 10^300 ((10^300)+1 is the lowest possible OPN) using a software made by me or possibly someone else or we find bugs as a team or whatever comes to mind. It will have a worktodo with x=whatever or a range. It will find all factors of the number and if it has at least 47 factors it will add them up to see if it is equal to the number being tested. If so, we found an OPN!
|
|
|
|
|
|
#2 |
|
Dec 2003
Hopefully Near M48
33368 Posts |
There are some other restrictions you can make to narrow the search.
http://mathworld.wolfram.com/OddPerfectNumber.html Don't worry, that article is mostly easy to read. Last fiddled with by jinydu on 2004-12-31 at 05:45 |
|
|
|
|
|
#3 |
|
788710 Posts |
Try hunting for Semi-Perfect numbers.
All OPN, are semi-perfect. Not all semi-perfect are OPN. http://mathworld.wolfram.com/SemiperfectNumber.html In particular, those that are the sum of most of their factors. Use RMA to find General Mersenne prime numbers. Then use that as your prime factor. The full version of RMA, includes the option to view, semi-perfect numbers, from your prime file. This could narrow your search. |
|
|
|
#4 | |
|
Mar 2003
New Zealand
13×89 Posts |
Quote:
|
|
|
|
|
|
|
#5 | |
|
"Mike"
Aug 2002
19×433 Posts |
Quote:
|
|
|
|
|
|
|
#6 | |
|
Nov 2004
24 Posts |
Quote:
greetings |
|
|
|
|