![]() |
|
|
#12 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36·13 Posts |
Well, I thought - they stay near. They are all a subsequence of an infinite (123456789)repeated
|
|
|
|
|
|
#13 |
|
May 2004
New York City
2×29×73 Posts |
Yes, that's cool, a superset extension.
But k can be any integer, so I wrongly thought you missed that. My bad. |
|
|
|
|
|
#14 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36·13 Posts |
I saw that. I just wanted to play with "rainbow" numbers first.
|
|
|
|
|
|
#15 |
|
May 2004
New York City
108A16 Posts |
Just a suggestion: use k = a Mersenne prime exponent.
I don't mind seeing those digits repeating dizzyingly, they're so familiar. |
|
|
|
|
|
#16 | |||
|
"Forget I exist"
Jul 2009
Dumbassville
838410 Posts |
Quote:
Code:
a=[];for(k=1,#MeVec,for(n=0,20,for(d=0,9,if(isprime(MeVec[k] * (10^n*length(MeVec[k])-1) / (10^length(MeVec[k])-1) * 10 + d),a=concat(a,MeVec[k] * (10^n*length(MeVec[k])-1) / (> a=[];for(k=1,#MeVec,for(n=0,20,for(d=0,9,if(isprime(MeVec[k]*(10^n*length(MeVec[k])-1)/(10^length(MeVec[k])-1)*10+d),a=concat(a,MeVec[k]*(10^n*length(MeVec[k])-1)/(10^length(MeVec[k])-1)*10+d)))));a=vecsort(a,,8) I found: Quote:
Quote:
|
|||
|
|
|
|
|
#17 | |
|
May 2004
New York City
2×29×73 Posts |
Quote:
(so that the k sequence is repeated) that would be more interesting. |
|
|
|
|
|
|
#18 |
|
Romulan Interpreter
Jun 2011
Thailand
226138 Posts |
@sm88: those original formulas were missing a couple of parenthesis to be really repetitive sequences. They (the parenthesis) are "understandable" by humans, but for your pari you have to put them in.
|
|
|
|
|
|
#19 |
|
May 2004
New York City
10000100010102 Posts |
|
|
|
|
|
|
#20 |
|
May 2004
New York City
2×29×73 Posts |
Near repsequence primes, near repdigit primes.
Potato potahto.
|
|
|
|
|
|
#22 | |
|
May 2004
New York City
2×29×73 Posts |
Quote:
a repeated spectrum of digits in sequence. |
|
|
|
|
![]() |
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 |