![]() |
|
|
#23 | |
|
Dec 2008
22×3 Posts |
Quote:
http://en.wikipedia.org/wiki/Riesel_Sieve only a single million+ digit prime has been found by that method. I am very glad you pointed me to that method. I think I will give it a good perusal to see if I can understand the math behind it. |
|
|
|
|
|
|
#24 | |
|
Dec 2008
11002 Posts |
Quote:
http://primes.utm.edu/top20/page.php?id=6 Have a lot more been discovered now? |
|
|
|
|
|
|
#25 | |
|
Mar 2006
Germany
22·727 Posts |
Quote:
Before searching for a million-digit prime, you should try several types of numbers to search for, to get a feeling (and understanding) what's going on. Patience is a must-have and some luck, too. If it would be easy to find 1M-digit primes, there should be more than 54 (as mentioned) in math history: all of them are special types: Mersenne, Cullen, Woodall, Riesel, Proth (all Base 2) and Generalized Fermat. |
|
|
|
|
|
|
#26 |
|
Dec 2008
22×3 Posts |
Thanks to all for the excellent explanations and new topics to examine. I appreciate the informative, helpful replies and the friendly atmosphere here.
|
|
|
|
|
|
#27 | |
|
"Brian"
Jul 2007
The Netherlands
63058 Posts |
Quote:
Apologies if I've misunderstood what you were saying ... but if I'm confused, then others might be too.
|
|
|
|
|
|
|
#28 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3×29×83 Posts |
|
|
|
|
|
|
#29 |
|
Aug 2010
Kansas
10001000112 Posts |
Sorry for beating the dead horse, but I hate new threads for every little question. This one is two-pronged. 1) How much space to save 3^2E for B1=10,000 using standard storage method (ie .bu file)? No "P" included...
And 2) If you take 3^2E mod 2^P-1, then take to the P power, mod 2^P-1, does this give the same result for B1=10,000 as doing it normally? How much longer/shorter would this be compared to the basic method for (largest exponent it could work for with 8 GB RAM)? Thanks! |
|
|
|
|
|
#30 | |||
|
"Richard B. Woods"
Aug 2002
Wisconsin USA
22·3·641 Posts |
Quote:
However, that value, as used in computation, is represented by an array of floating-point numbers, each mantissa of which holds some m bits of the p-bit number plus guard bits to protect against roundoff error. So, the space required for storage of this form of the number is the space needed to hold ceil(p/m) floating-point numbers. Quote:
Since all the computations are done with modular arithmetic, the result should be the same in any case for which the formal result should be the same and for which the modular arithmetic is performed correctly. Quote:
|
|||
|
|
|
|
|
#31 | |
|
Aug 2010
Kansas
54710 Posts |
Quote:
|
|
|
|
|
|
|
#32 | |
|
(loop (#_fork))
Feb 2006
Cambridge, England
3·2,141 Posts |
Quote:
Then you can store the digits of 3^{88 trillion} ( 2^47 * log(2)/log(3) ); but 88 trillion is substantially smaller than 2*3*5*7*11*13*17*19*23*29*31*37*41. Last fiddled with by fivemack on 2012-08-29 at 08:44 Reason: had bits and bytes confused the first time round |
|
|
|
|
|
|
#33 |
|
Romulan Interpreter
Jun 2011
Thailand
32×29×37 Posts |
Well, now if you would have so much space, why to store the "3^" and not to store the exponent only? I mean the product. The reason we need the "3^" and generally "b^" part is because the product is not reducible mod Mp (it is however reducible mod (f-1)(g-1) where f, g are the factors of Mp, which we don't know). So, if we have so much memory, we can store the product of all the powers to a high B1, and then take only a single exponentiation of 3 (or b) for each p, mod Mp and a single GCD at the end.
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Best Work for Finding Primes | Unregistered | Information & Answers | 9 | 2012-06-24 13:50 |
| New method of finding large prime numbers | georgelouis@mac | Math | 41 | 2011-01-25 21:06 |
| Finding the square root of a large mersenne number | Fusion_power | Math | 29 | 2010-10-14 17:05 |
| newbie question - finding small factors of very large numbers | NeoGen | Math | 7 | 2007-03-13 00:04 |
| Finding primes with a PowerPC | rogue | Lounge | 4 | 2005-07-12 12:31 |