|
Search: id:A099071
|
|
|
| A099071 |
|
Composite numbers n such that the concatenation of all nonprime natural numbers up to n in decreasing order is prime. |
|
+0 4
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
The terms of this sequence are composite terms of the sequence A099070 with same order. Next term is greater than 6000 and the prime corresponding to the next term has more than 20000 digits. Number of digits of primes corresponding to the six known terms of the sequence are respectively 2,3,4,5,29 & 5010.
|
|
LINKS
|
C. Rivera, Primes by Listing.
|
|
EXAMPLE
|
26 is in the sequence because 26 is composite; nonprimes
up to 26 are 1,4,6,8,9,10,12,14,15,16,18,20,21,22,24,25,26
and 26252422212018161514121098641 is prime.
|
|
MATHEMATICA
|
Do[If[ !PrimeQ[n]&&PrimeQ[(v={}; Do[If[ !PrimeQ[n+1-j], v=Join[v, IntegerDigits[n+1-j]]], {j, n}]; FromDigits[v])], Print[n]], {n, 6013}]
|
|
CROSSREFS
|
Cf. A099070, A100003, A046284.
Sequence in context: A078337 A046351 A066307 this_sequence A073866 A001744 A113624
Adjacent sequences: A099068 A099069 A099070 this_sequence A099072 A099073 A099074
|
|
KEYWORD
|
base,more,nonn,nice
|
|
AUTHOR
|
Farideh Firoozbakht (f.firoozbakht(AT)math.ui.ac.ir), Nov 06 2004
|
|
|
Search completed in 0.002 seconds
|