![]() |
|
|
#78 |
|
May 2004
New York City
2·29·73 Posts |
|
|
|
|
|
|
#79 | |
|
Sep 2013
23×7 Posts |
Quote:
450K to 500K 4-5%, 500K to 1M ballpark 25%. That doesn't sound too bad, but the required core-hours ARE bad! With PFGW a PRP-test at 450K digits takes ~2.5h on an older non-AVX I5-750 core, 900K digits would be ~10h, a modern AVX-core is a bit less than half that time. Many thousand of them after TF (+TF time) - there you go. |
|
|
|
|
|
|
#80 |
|
May 2004
New York City
2×29×73 Posts |
Thanks. Will this computation be continuing indefinitely, or is there
some software limit, or a time budget? I think we'll need a(20) to have a satisfactory entry in oeis, if that's deemed ok. |
|
|
|
|
|
#81 | |
|
May 2004
New York City
423410 Posts |
Quote:
their normality, i.e. other than statistics? Are there any positive results toward this? I too "generally believe" they are normal, but looking at the first say trillion digits of sqrt(2) is still subject to the law of small numbers considering the infinity of its non-repetitiveness. |
|
|
|
|
|
|
#82 |
|
May 2004
New York City
2×29×73 Posts |
I was very excited when I thought of the OP question. In attacking the
question by hand and with my calculator, I anticipated some very long primes coming out of the digits of pi. Now I eagerly await a(20). |
|
|
|
|
|
#83 |
|
May 2004
New York City
2×29×73 Posts |
In preparation for a possible oeis entry, and since the PRPs here were not posted,
could someone post a list of the first 99 (01 thru 99) elements of this sequence? Each line as: xxx -> # where xxx is the index (001 thru 099) and # is either the prime, PRP### followed by abcde.....vwxyz (the end digits), or "no such prime". (If you want to improve on this format, fine.) |
|
|
|
|
|
#84 |
|
Sep 2013
3816 Posts |
??
Some outdated limits for the unfinished numbers and finished #196 aside, what's wrong with the list in post 74? Completely off topic: can someone recommend a program or efficient way to cut down an arbitrary integer to a shorter representation? Let's say I have a 1M digit number and want it down to a 30? 20? chars term of form a*b^c+d. As short as possible with 'reasonable' (minutes? no idea about the complexity) CPU time. Thanks in advance. |
|
|
|
|
|
#85 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
641910 Posts |
Obviously it will nearly always not be possible to get such a representation, but I'd be tempted to use the linear-forms stuff in Pari on log(N) and logs of enough small numbers to try to fit A,B,C, then figure out D by subtraction.
Code:
lp=[];forprime(p=2,200,lp=concat(lp,[log(p)])) lindep(concat([log(861*136^997+142857)],lp)) |
|
|
|
|
|
#86 | |
|
Jun 2003
22·3·421 Posts |
Quote:
|
|
|
|
|
|
|
#87 |
|
Sep 2013
23×7 Posts |
Shame - talk about obvious, I could have come up
with this myself... I had some muddy thoughts similiar to Mr. Fivemack, with X=a*b^c+d try to puzzle the logs together to come close up to log(X) and the add/substract 'the rest'. At this moment I just didn't think about that this is trying to map a set 1:1 to a much smaller set. *in the corner, with red ears* Thanks for the replys |
|
|
|
|
|
#88 |
|
May 2004
New York City
2·29·73 Posts |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mersenne Primes p which are in a set of twin primes is finite? | carpetpool | Miscellaneous Math | 3 | 2017-08-10 13:47 |
| Distribution of Mersenne primes before and after couples of primes found | emily | Math | 34 | 2017-07-16 18:44 |
| Conjecture about Mersenne primes and non-primes v2 | Mickey1 | Miscellaneous Math | 1 | 2013-05-30 12:32 |
| A conjecture about Mersenne primes and non-primes | Unregistered | Information & Answers | 0 | 2011-01-31 15:41 |
| possible primes (real primes & poss.prime products) | troels munkner | Miscellaneous Math | 4 | 2006-06-02 08:35 |