|
| |
|
|
A023329
|
|
Numbers n such that n remains prime through 4 iterations of function f(x) = 10x + 9.
|
|
0
| |
|
|
13, 139, 293, 1889, 2939, 3719, 6089, 7741, 12823, 19753, 21391, 22861, 28513, 36721, 37967, 40949, 60899, 76519, 83621, 101747, 121687, 127549, 128239, 142099, 149197, 153817, 155581, 158489, 160159, 169283, 173651, 180749, 185831, 192037, 198221
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| n, 10*n+9, 100*n+99, 1000*n+999 and 10000*n+9999 are primes. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]
|
|
|
PROG
| (MAGMA) [n: n in [1..5000000] | IsPrime(n) and IsPrime(10*n+9) and IsPrime(100*n+99) and IsPrime(1000*n+999) and IsPrime(10000*n+9999)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]
|
|
|
CROSSREFS
| Sequence in context: A090505 A088096 A023301 * A142896 A193700 A125425
Adjacent sequences: A023326 A023327 A023328 * A023330 A023331 A023332
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| David W. Wilson (davidwwilson(AT)comcast.net)
|
| |
|
|