mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Puzzles

Reply
 
Thread Tools
Old 2014-10-12, 22:24   #23
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

426710 Posts
Default

Quote:
Originally Posted by davar55 View Post
If one were to ask How Many 100- 200- or 300- digit numbers
were interlaced primes, would that be too hard to compute?
I'm going to make a guess here and say: yes, it's too hard. It could certainly be estimated to an accurate degree, but not computed precisely.
Quote:
Originally Posted by davar55 View Post
What n- digit value would be not too hard to count?
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
Mini-Geek is offline   Reply With Quote
Old 2014-10-13, 00:45   #24
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

100000110000002 Posts
Default

Quote:
Originally Posted by Mini-Geek View Post
I'm going to make a guess here and say: yes, it's too hard. It could certainly be estimated to an accurate degree, but not computed precisely.

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.
I like your opinion I tried in pari but davar already got a message from me with it:

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
I checked isprime because randomprime() 's description says strong pseudoprime.

Last fiddled with by science_man_88 on 2014-10-13 at 00:46
science_man_88 is offline   Reply With Quote
Old 2014-10-13, 01:46   #25
VBCurtis
 
VBCurtis's Avatar
 
"Curtis"
Feb 2005
Riverside, CA

4,861 Posts
Default

Quote:
Originally Posted by davar55 View Post
If one were to ask How Many 100- 200- or 300- digit numbers
were interlaced primes, would that be too hard to compute?
What n- digit value would be not too hard to count?
Let's apply the Prime Number Theorem for the 100 digit case:
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.
VBCurtis is offline   Reply With Quote
Old 2014-12-06, 09:44   #26
davar55
 
davar55's Avatar
 
May 2004
New York City

423410 Posts
Default

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- ).
davar55 is offline   Reply With Quote
Reply



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

All times are UTC. The time now is 03:53.


Sat Jul 17 03:53:51 UTC 2021 up 50 days, 1:41, 1 user, load averages: 1.81, 1.89, 1.75

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.