![]() |
|
|
#1 |
|
Sep 2009
22·32 Posts |
Dear All,
I am looking for papers on the largest prime factor of a mersenne number. As far as I know the largest prime factor has to be less than the square root of the mersenne number. Are there any tighter bounds? Thanx in advance |
|
|
|
|
|
#2 | |
|
Banned
"Luigi"
Aug 2002
Team Italia
2·3·11·73 Posts |
Quote:
2^11-1 = 2047 = 23 x 89 and 89 > sqrt(2^11 - 1) Otherwise, the upper limit of trial-factoring for a number is sqrt(n). Mersenne factors have the property of being of the form 2kp+1 (k=1,2,3... and p= the exponent of the number), so the upper limit may as well be lowered to 2kp+1 < sqrt(p) (where we have 2kp+1 < sqrt(p) < 2(k+1)p+1) There are other heuristics, like the factor should be 1 or 7 mod 8, or [16 different values] mod 120, or [more different values] mod 420 (or 4620). Those values for the factor automatically rule out multiples of 3, 5, 7, 11. Luigi Last fiddled with by ET_ on 2011-04-07 at 13:06 Reason: Edited after Science_Man_88 post |
|
|
|
|
|
|
#3 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
Quote:
|
|
|
|
|
|
|
#4 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
http://www.google.ca/search?sourceid...rsenne+numbers is what I did and the last one on my first page of results seems good.
|
|
|
|
|
|
#5 | ||
|
Nov 2003
22·5·373 Posts |
Quote:
Why do people seem to think that they are special? NO number (trivially) can have two prime factors greater than its square root. Quote:
|
||
|
|
|
|
|
#6 | |
|
Banned
"Luigi"
Aug 2002
Team Italia
2×3×11×73 Posts |
Quote:
![]() In the first answer I specified Mersenne numbers because that was the question. You are right when you say that the same apply to all numbers. And about my use of the term heuristics... I used that term when I first approached the problem, many years ago. Now I should have learnt that "Theorem" is the right word: thank you for your making it even clearer to everybody. Finally, I am glad that your answer dealt about terms use, and not about trivial math errors in my answer. ![]() Luigi Last fiddled with by ET_ on 2011-04-07 at 20:59 Reason: My keyboard often hides vowels... |
|
|
|
|
|
|
#7 | |
|
Nov 2003
11101001001002 Posts |
Quote:
you proofread your posts before submitting them? |
|
|
|
|
|
|
#8 | |
|
Nov 2003
11101001001002 Posts |
Quote:
claims before posting? 15 seconds of checking factorizations of 2^n-1 (from published tables) would have revealed that your claim about the largest prime factor being less than the square root was nonsense. Finding counter-examples is trivial. |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| (M48) NEW MERSENNE PRIME! LARGEST PRIME NUMBER DISCOVERED! | dabaichi | News | 571 | 2020-10-26 11:02 |
| The largest ever prime ECM factor, man | Batalov | GMP-ECM | 14 | 2010-04-19 17:17 |
| Largest 64 bit prime? | amcfarlane | Math | 6 | 2004-12-26 23:15 |
| largest factor ,i think. | heryu | Miscellaneous Math | 10 | 2004-09-08 11:15 |
| need Pentium 4s for 5th largest prime search (largest proth) | wfgarnett3 | Lounge | 7 | 2002-11-25 06:34 |