![]() |
|
|
#386 | |
|
Aug 2006
3×1,993 Posts |
Quote:
"For a given p, can we determine if there exist positive integers m,n with My interpretation: "and such that there exists a positive integer a such that So we're back to post #359: you're trial-dividing Mersenne numbers by (4^a-1)/3. |
|
|
|
|
|
|
#387 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
really because I'm coming up with equations with a remainder hence I know they won't divide the Mersenne number.
|
|
|
|
|
|
#388 | |
|
Aug 2006
3×1,993 Posts |
Quote:
If you'd like me to judge your intelligence, I bill at $120/hour (min. 3 hours) plus reasonable expenses. What's given and what are we finding? If, as in my formulation above, p is given and x and n are to be determined, this is simple. Maybe you should write out your test (possibly in Pari) on the assumption that x and n have been found. |
|
|
|
|
|
|
#389 |
|
Aug 2006
3×1,993 Posts |
|
|
|
|
|
|
#390 |
|
"Forget I exist"
Jul 2009
Dumbassville
203008 Posts |
|
|
|
|
|
|
#391 |
|
Aug 2006
135338 Posts |
|
|
|
|
|
|
#392 |
|
May 2010
Prime hunting commission.
24·3·5·7 Posts |
@CRG: For the prime search, I've done sieving up to 5,090,000,000,000. I was hoping that a few more candidates would be kicked, but NewPGen only kicked about 110 more candidates.
Recommended sieve params (NewPGen: limit = 1152921504606846976): Special-form primes in between: 1-1500 digits: Waste no effort sieving for this range, Proth.exe will take care of this. (If they are Generalized Proth, that is.) (Else, use PrimeForm.) Ex: 7000 * 89360 + 1 1500-10k digits: Sieve to 10^11 10k - 25k digits: Sieve to 10^12 25k + digits: Sieve to ≥ 10^12. Last fiddled with by 3.14159 on 2010-08-04 at 00:14 |
|
|
|
|
|
#393 |
|
"Forget I exist"
Jul 2009
Dumbassville
203008 Posts |
by the way CRGreathouse according to the forum I'm only 6-7 post behind you this week.
first one useful fits 4x+1 second one fits 4x+1 and all the ones after and including it fit 16x+5 we can predict when these will intercept 6np+/-p no doubt can we then find a way to eliminate them assuming they be equal for more than one equation is there a pattern to it if so eliminate the ones that fit it. then repeat for other p up to a limit. oh and if we can get an efficiency out of this a 32 bit cpu should be able to use those patterns to sift through all odd Mersenne numbers up to 2^(2^33+3)-1 without bit extension. and a 64 bit would be able to go to 2^(2^65+3)-1 without extension i think. so I really would want this to work think this would be kinda cool to find a prime without factoring if possible. |
|
|
|
|
|
#394 |
|
May 2010
Prime hunting commission.
69016 Posts |
Now I realized why base 12096 yielded almost nothing: Too many factors. I'm going to go back to 1297, which is prime, in addition to the base 2 and base 113 searches I'm performing.
So far, I got an instant 1 in 18. Sieving progress on the other two searches: k * 2256720 + 1 -> 6 * 1012 k * 11328720 + 1 -> 1.4 * 1012 Last fiddled with by 3.14159 on 2010-08-04 at 13:49 |
|
|
|
|
|
#395 | ||
|
May 2010
Prime hunting commission.
24·3·5·7 Posts |
Quote:
Also: Quote:
|
||
|
|
|
|
|
#396 | |
|
Aug 2006
3×1,993 Posts |
Quote:
The more (small distinct) prime factors in the base, the better. A base of 12096 'protects' you from 2, 3, and 7; you find 3.5 times the expected number of primes vs. random numbers of the same size. For base 1297 you find 1.0008 times the expected number of primes. Primorial bases are, naturally, the best for a given size. I imagine they're largely taken? 30030, for example, would produce 5.2135 times the normal number of primes. |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wheel Factorization | a1call | Factoring | 11 | 2017-06-19 14:04 |
| Efficient Test | paulunderwood | Computer Science & Computational Number Theory | 5 | 2017-06-09 14:02 |
| LL tests more credit-efficient than P-1? | ixfd64 | Software | 3 | 2011-02-20 16:24 |
| A Wheel | storm5510 | Puzzles | 7 | 2010-06-25 10:29 |
| Most efficient way to LL | hj47 | Software | 11 | 2009-01-29 00:45 |