|
| |
|
|
A023269
|
|
Numbers n such that n remains prime through 2 iterations of function f(x) = 10x + 3.
|
|
0
| |
|
|
2, 7, 17, 19, 23, 37, 61, 67, 73, 101, 103, 173, 193, 233, 359, 383, 409, 479, 541, 557, 607, 613, 719, 809, 857, 997, 1013, 1033, 1109, 1117, 1237, 1297, 1361, 1459, 1531, 1549, 1699, 1823, 1871, 1979, 1999, 2069, 2131, 2161, 2347, 2377, 2399, 2447, 2663
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| n, 10*n+3 and 100*n+33 are primes. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]
|
|
|
PROG
| (MAGMA) [n: n in [1..100000] | IsPrime(n) and IsPrime(10*n+3) and IsPrime(100*n+33)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]
|
|
|
CROSSREFS
| Sequence in context: A129444 A079815 A006883 * A023300 A045378 A101568
Adjacent sequences: A023266 A023267 A023268 * A023270 A023271 A023272
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| David W. Wilson (davidwwilson(AT)comcast.net)
|
| |
|
|