|
Search: id:A068684
|
|
|
| A068684 |
|
Primes obtained as a concatenation p,q,p where p and q are successive primes and p<q. |
|
+0 1
|
|
| 353, 131713, 171917, 192319, 293129, 374137, 434743, 596159, 677167, 139149139, 163167163, 179181179, 223227223, 229233229, 269271269, 281283281, 347349347, 379383379, 547557547, 683691683, 761769761, 857859857, 863877863
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
171917 is a prime which is the concatenation of 17, 19 and 17.
|
|
PROGRAM
|
(PARI) f(n)=prime(n)*(10^(ceil(log(prime(n+1))/log(10))+ceil(log(prime(n))/log(10))))+ prime(n+1)*10^ceil(log(prime(n))/log(10))+prime(n); for(n=1, 300, if(isprime(f(n))==1, print1(f(n), ", ")))
|
|
CROSSREFS
|
Cf. A068683, A078350.
Sequence in context: A101219 A134820 A126113 this_sequence A108375 A052479 A108875
Adjacent sequences: A068681 A068682 A068683 this_sequence A068685 A068686 A068687
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 02 2002
|
|
EXTENSIONS
|
More terms from Benoit Cloitre (benoit7848c(AT)orange.fr), Mar 21 2002
|
|
|
Search completed in 0.002 seconds
|