![]() |
|
|
#23 | |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
426710 Posts |
Quote:
My slightly-educated guess based on http://primes.utm.edu/nthprime/ being calculated no later than 2004 to (as you'd describe it) n=13: n=20 would take enough effort to consider it a (soft) maximum. Last fiddled with by Mini-Geek on 2014-10-12 at 22:50 |
|
|
|
|
|
|
#24 | |
|
"Forget I exist"
Jul 2009
Dumbassville
100000110000002 Posts |
Quote:
Code:
a=0;until(a>10^99-1 && a<10^100 && (((a%100)-(a%10))/10)%2==1 && isprime(a),a=randomprime(10^100));a Last fiddled with by science_man_88 on 2014-10-13 at 00:46 |
|
|
|
|
|
|
#25 | |
|
"Curtis"
Feb 2005
Riverside, CA
4,861 Posts |
Quote:
There are (very roughly) 4e96 100-digit primes. Each of the 50-digit interlaced numbers is prime 1/log(10^49) of the time. Since both of the interlaced numbers need to be prime, we square that probability to see how often a 100-digit number is 2-interlaced prime: roughly 1 in 13000. 4e96 / 13000 = 3e92, again very roughly. So, there are quite a few such 100-digit primes. |
|
|
|
|
|
|
#26 |
|
May 2004
New York City
423410 Posts |
OK Nice work everyone.
How about this extension of the original puzzle: For each Mersenne Prime M concatenate the smallest positive integer N (no lead zeroes) to it that forms a prime P = M,N (comma meaning concatenate) which is 2-interlaced? If that's too easy, 2-and 3- interlaced? Since proving these prime or even prp gets too hard too fast (you guys know better) how does the sequence of such N begin, and how high can we go, now or possibly ever? (Two separate sequences, for 2- and 3- ). |
|
|
|
![]() |
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 |