![]() |
|
|
#1 |
|
May 2004
New York City
2·29·73 Posts |
I tried factoring, with factdb,
123456789*(10^999-1)/(10^9-1)*10+1 i.e. 123456789123456789...1234567891 (1000 digits) and got an unspectacular P7 * C993. I tried 123456789*(10^999-1)/(10^9-1)*10+7 and got a P5 * C995. I don't know if these types of numbers have previously been labeled, so I made up the thread title to describe prime integers of the form k * (10^n*len(k)-1) / (10^len(k)-1) * 10 + d where d is a decimal digit (0 thru 9). My puzzle is twofold: find a near repsequence prime 4-constellation (a+1,a+3,a+7,a+9) (if that's too hard then a 3- or 2- constellation) (small or large), and/or find a big such prime (you know better than I how big is big, I would say >= 1000 digits). |
|
|
|
|
|
#2 | |
|
"Forget I exist"
Jul 2009
Dumbassville
203008 Posts |
Quote:
this defines a gap [2 4 2] according to your form listed pari finds 5,7,11,13 . |
|
|
|
|
|
|
#3 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
224058 Posts |
4690 digits (N-1 is 1% factored; use M.Kamada's Phi pages) <- easy to prove with Primo
14716 digits (N-1 is 6.78% factored) 456789123456...7: 3055 digits 7195 digits 38443 digits (ok, finally something interesting) 234567891...23: 10523 digits Last fiddled with by Batalov on 2012-10-12 at 09:03 |
|
|
|
|
|
#4 |
|
"Forget I exist"
Jul 2009
Dumbassville
203008 Posts |
if n=0 isn't allowed n=1 produces 11,13,17,19 .
Last fiddled with by science_man_88 on 2012-10-12 at 12:01 |
|
|
|
|
|
#5 |
|
May 2004
New York City
108A16 Posts |
|
|
|
|
|
|
#6 | |
|
May 2004
New York City
423410 Posts |
Quote:
(But I'm not sure the 3055 satisfies the formula, since k=456789123, d=7 should have a length of 9x+1 for the right x. But maybe I'm misreading your representation.) |
|
|
|
|
|
|
#7 |
|
"Forget I exist"
Jul 2009
Dumbassville
203008 Posts |
|
|
|
|
|
|
#8 | |
|
May 2007
Kansas; USA
33×5×7×11 Posts |
SM88, see the puzzle question. It is:
Quote:
Last fiddled with by gd_barnes on 2012-10-12 at 18:37 |
|
|
|
|
|
|
#9 | ||
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
Quote:
Code:
a=[];for(k=1,999,for(n=2,20,for(d=0,9,if(isprime(k * (10^n*length(k)-1) / (10^length(k)-1) * 10 + d),a=concat(a,k * (10^n*length(k)-1) / (10^length(k)-1) * 10 + d)))));a=vecsort(a,,8) Last fiddled with by science_man_88 on 2012-10-12 at 19:06 |
||
|
|
|
|
|
#10 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36×13 Posts |
I've found some other small rolled-over numbers of which the second largest was 32114 digits, a (234567891)n23
|
|
|
|
|
|
#11 | |
|
May 2004
New York City
10000100010102 Posts |
Quote:
about your extension of the OP. |
|
|
|
|
![]() |
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 |