|
| |
|
|
A023314
|
|
Numbers n such that n remains prime through 4 iterations of function f(x) = 5x + 4.
|
|
0
| |
|
|
263, 1217, 2141, 4673, 5333, 6983, 10973, 11423, 26669, 27143, 28697, 74843, 85061, 101063, 102647, 114113, 121001, 133349, 141623, 150497, 154823, 199877, 200183, 202409, 203039, 207953, 259697, 259781, 275813, 280487, 294167, 305477, 322727
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| n, 5*n+4, 25*n+24, 125*n+124 and 625*n+624 are primes. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]
|
|
|
PROG
| (MAGMA) [n: n in [1..1000000] | IsPrime(n) and IsPrime(5*n+4) and IsPrime(25*n+24) and IsPrime(125*n+124) and IsPrime(625*n+624)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]
|
|
|
CROSSREFS
| Sequence in context: A142754 A142379 A128654 * A054802 A108823 A157828
Adjacent sequences: A023311 A023312 A023313 * A023315 A023316 A023317
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| David W. Wilson (davidwwilson(AT)comcast.net)
|
| |
|
|