| Thread Closed |
Prime Numbers |
Share Thread | Thread Tools |
| Feb26-05, 04:12 PM | #1 |
|
|
Prime Numbers
So I just heard about the new prime number that was discovered and for some reason got kind of interested in it.
So I'm looking at prime number tables on various webpages that show the prime numbers, dates discovered, etc. I'm confused on what the "digits" column in these tables means. For example, the prime number 5 has 2 digits, and the prime number 13 has 4 digits. What are these digit numbers? How do you get 2 digits from the prime number 5? Thanks. |
| Feb26-05, 04:26 PM | #2 |
|
|
Was this the list you were looking at? It doesn't say that 5 has 2 digits or that 13 has 4 digits, it says that 2^5 - 1 (i.e. 31) has 2 digits and that 2^13 - 1 (i.e. 8191) has 4 digits.
|
| Feb26-05, 05:06 PM | #3 |
|
|
The tables I was looking at were like that, but that wasn't the particular page I was viewing. But thanks for explaining it to me, as well, thanks a lot for that link. It like how it explains the history of primes and why they are imporant.
|
| Feb27-05, 12:12 AM | #4 |
|
|
Prime Numbers
endfx, you might want to Google "Mersenne Primes"
|
| Feb27-05, 08:10 AM | #5 |
|
|
just read a on the net that there are only 41 such numbers!!
how come... cant you just insert any prime number into 2^p -1?? so if we want to find a BIG one we can take the present biggest and insert it into 2^p-1....or? |
| Feb27-05, 10:34 AM | #6 |
|
|
|
| Feb28-05, 02:28 PM | #7 |
|
Recognitions:
|
|
| Feb28-05, 05:04 PM | #8 |
|
Recognitions:
|
It has 7,816,230 digits......yikes! ![]() You can fill a phone book with it (I think). |
| Feb28-05, 05:51 PM | #9 |
|
Recognitions:
|
|
| Feb28-05, 05:56 PM | #10 |
|
|
Why is it yet impossible to devise a function which correlates a number with a prime number?
|
| Feb28-05, 06:21 PM | #11 |
|
Recognitions:
|
I took a look at my local phonebook (Toronto area) and it appears to hold something like 25,000 characters per page (roughly 200 across and 125 lines per page). So this new Mersenne prime would be over 300 pages, but the book itself has over 2000 pages. So it falls shot of the toronto phonebook size, but it's probably on par with some smaller canadian cities. |
| Feb28-05, 06:29 PM | #12 |
|
|
let p(n) = the nth prime number is useless in predicting the nth prime, if n > the largest prime we know
|
| Mar1-05, 12:30 AM | #13 |
|
Recognitions:
|
http://mathworld.wolfram.com/PrimeFormulas.html |
| Mar1-05, 08:34 AM | #14 |
|
Recognitions:
|
I checked. About 6000 numbers will fit per page and we have about 1000 pages. So roughly 6,000,000 digits will fit. So in retrospect, the new Mersenne prime will fill a dutch phone book.
|
| Mar5-05, 11:54 AM | #15 |
|
|
See: Internet PrimeNet Server and : GIMPS . Tony |
| Mar5-05, 10:46 PM | #16 |
|
|
I think it useful to discuss what are the general capacities of "code crackers" to find prime factors in "large numbers." Well, about 20 years ago it was generally thought that if two 100 digit primes were multiplied together it was as a practical matter impossible to factor this 200 digit number. This fact was used in constructing secret codes.
Well, today on the internet I found this: This function creates keys using the method described in the Procedure section. It first generates two 100-digit prime numbers p and q by initializing them both to 10100 and incrementing them by 1 and -1, respectively. Each time they are incremented, they are tested for primality. In this way, p and q were found to be:.... The writer then is suggesting that as a general rule such 200 digit numbers can not be factored as a practical matter. http://ashvin.flatirons.org/projects...e/results.html You have to understand that a Mersenne prime is a special case where mathematicians and programmers use special criterion to work with. |
| Mar6-05, 03:35 AM | #17 |
|
|
Tony |
| Thread Closed |
| Tags |
| thegreatmyth |
| Thread Tools | |
Similar Threads for: Prime Numbers
|
||||
| Thread | Forum | Replies | ||
| a prime number which equals prime numbers | General Math | 10 | ||
| A formula of prime numbers for interval (q; (q+1)^2), where q is prime number. | Linear & Abstract Algebra | 0 | ||
| Prime Numbers in the Diophantine equation q=(n^2+1)/p and p is Prime | Linear & Abstract Algebra | 5 | ||
| prime numbers | General Discussion | 1 | ||
| Prime Numbers | Introductory Physics Homework | 9 | ||