![]() |
|
|
#221 |
|
Mar 2006
Germany
290810 Posts |
The project gets the credit as project and you as individual person, the same like the relation team and team member.
|
|
|
|
|
|
#222 |
|
May 2010
Prime hunting commission.
24·3·5·7 Posts |
I think k * n! + 1 and k * p(n)# + 1 are items 6 and 7 here.
These would be, in the long run, the easiest to find, since, when large enough, have no small prime factors to worry about. .. k * p(5897)# + 1 should be pretty easy to find. My odds are at 1 in 1668. Pretty easy, for a 25200-digit number. Though there are an infinite amount of prime numbers larger than 25200 digits. Last fiddled with by 3.14159 on 2010-09-25 at 22:15 |
|
|
|
|
|
#223 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
11000011010012 Posts |
Quote:
The main advantage of a group project is that it usually provides presieved files. Other than that, though, if you want to get a prime for yourself through it, you still have to test the statistically predicted # of pairs. But cutting out the sieving does help quite a bit. As a case in point, the No Prime Left Behind project (yeah, I know, shameless plug) sieves huge ranges of k in multi-fixed-k sieves; this is a lot more efficient than sieving each of those k's individually, so a much higher sieve depth can be reached in the same amount of CPU time; thus, you don't have to test as many pairs to find a prime since more are eliminated in sieving. If your goal is to find a top-5000 prime, I would recommend giving our 11th Drive a try. It's working around n=590K, which produces primes that will stay on the top-5000 for a number of weeks. They come about every 6000 tests or so, statistically. Depending on the age of your computer that could take a while, but at least you won't have to worry about your sieve file dropping under the top-5000 water line before you find a prime; we have enough other contributions going on that drive to keep it moving forward as least as quickly as the 5000th prime moves up. |
|
|
|
|
|
|
#224 |
|
May 2010
Prime hunting commission.
24·3·5·7 Posts |
I sieved rather deep for two weeks.. 6.0707 * 10^13. What do you call a typical presieved file?
Last fiddled with by 3.14159 on 2010-09-26 at 02:08 |
|
|
|
|
|
#225 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
624910 Posts |
NPLB's 11th Drive is sieved to p=30T (3*10^13). But I think the optimal depth generally balances out differently for fixed-k searches than for fixed-n; you can't reach high p-values quite as fast, but you get a much broader range (in terms of k and n) covered in the same amount of time.
|
|
|
|
|
|
#226 | |
|
May 2010
Prime hunting commission.
24×3×5×7 Posts |
Quote:
|
|
|
|
|
|
|
#227 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Quote:
The sieve file on disk, of course, took up a lot more space. But that's to be expected regardless of whether the search is fixed-k or fixed-n, when you're sieving enough to keep a big distributed project busy for a few years.
|
|
|
|
|
|
|
#228 |
|
May 2010
Prime hunting commission.
24·3·5·7 Posts |
.. A team of a few ten thousand people should get an equal load..
|
|
|
|
|
|
#229 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Quote:
Assuming the former: the idea is that all of the other contributors to a project get credited as part of the project's credit for each prime found. Even though this may seem a little unfair at first since only the discoverer gets direct credit, it does even out in the end since there's plenty of primes to go around for everybody. Some projects, like the Twin Prime Search, whose aim is to find only one prime in a given search (or at most, a couple that are far and few), and who therefore don't have enough top-5000 primes to go around for everyone, try to balance this out a bit by having the discoverer, the top LLR tester, and top siever (the latter two by points calculated to be proportional to the CPU time contributed) share credit for the prime. That means each gets 1/3 prime in the "person" rankings, TPS gets 1 prime in the "project" rankings, and each of the programs involved (in this case LLR, NewPGen, and Psieve) get 1 prime in the "program" rankings. (Programs are a special case in that they don't split credit when multiple entities are listed; this is to encourage honest reporting of which programs were used.) |
|
|
|
|
|
|
#230 | |
|
Mar 2006
Germany
B5C16 Posts |
Quote:
NPLB's 11th drive: k=2001-2999 (495 values because 5 already checked), n=600k-1000k The sieve-file is ~93MB in newpgen-format (one line per k n pair) and about 26.5 MB in abcd-format. That file contains 7,136,257 candidates left at p=30T. I've started sr2sieve with "sr2sieve -i sr_2.abcd -P 31e12" and it's using about 31.5MB memory. It stated to find about 7500 factors in that range (p=30T-31T). After a few seconds it founds 30000002840477 | 2581*2^727859-1, the first factor in this range. The timing: ETA is Dez,13 with one core of a Quad, so about 11 weeks -> 3 weeks for a Quad. No need to put thousands of people on such sieve. Better check your statements before posting false ones! Last fiddled with by kar_bon on 2010-09-26 at 10:11 |
|
|
|
|
|
|
#231 |
|
Mar 2006
Germany
55348 Posts |
I've included a page for k*b^b-1 primes under RieselPrimeDatabase Interests.
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CPU Performance Database | JustinGC | Hardware | 3 | 2012-06-22 03:11 |
| Database question | Xyzzy | Forum Feedback | 0 | 2012-04-01 15:37 |
| entire database done up to 2^58 | tha | Lone Mersenne Hunters | 11 | 2010-10-17 08:27 |
| NPLB Database | IronBits | No Prime Left Behind | 177 | 2009-10-10 09:00 |
| database.zip | HiddenWarrior | Data | 1 | 2004-03-29 03:53 |