|
Search: id:A077359
|
|
|
| A077359 |
|
Primes whose external digits form a prime. Or primes from which deleting the internal digits leaves a prime. |
|
+0 5
|
|
| 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 223, 229, 233, 239, 263, 269, 283, 293, 307, 311, 317, 331
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
PROGRAM
|
(PARI) {exdigs(n)=local(a, j, d); d=divrem(n, 10); a=d[2]; n=d[1]; j=1; while(n>10, d=divrem(n, 10); n=d[1]; j=10*j); 10*n+a} forprime(p=1, 335, if(isprime(exdigs(p)), print1(p, ", ")))
|
|
CROSSREFS
|
Cf. A069686, A077360.
Sequence in context: A015919 A064555 A095320 this_sequence A057448 A049551 A058853
Adjacent sequences: A077356 A077357 A077358 this_sequence A077360 A077361 A077362
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 05 2002
|
|
EXTENSIONS
|
Edited and extended by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Nov 06 2002
|
|
|
Search completed in 0.002 seconds
|