|
| |
|
|
A023299
|
|
Numbers n such that n remains prime through 3 iterations of function f(x) = 9x + 10.
|
|
0
| |
|
|
11, 43, 83, 103, 281, 293, 641, 823, 937, 1069, 1489, 1733, 2237, 2251, 2521, 2539, 2647, 2671, 3361, 3529, 3919, 4129, 4759, 5531, 5867, 6101, 6299, 7417, 7669, 7853, 7951, 8443, 8737, 9547, 10597, 12041, 12641, 12821, 14813, 15083, 15091, 15413
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| n, 9*n+10, 81*n+100 and 729*n+910 are primes. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]
|
|
|
PROG
| (MAGMA) [n: n in [1..450000] | IsPrime(n) and IsPrime(9*n+10) and IsPrime(81*n+100) and IsPrime(729*n+910)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]
|
|
|
CROSSREFS
| Sequence in context: A155711 A141195 A139853 * A031904 A022279 A141086
Adjacent sequences: A023296 A023297 A023298 * A023300 A023301 A023302
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| David W. Wilson (davidwwilson(AT)comcast.net)
|
| |
|
|