|
| |
|
|
A023283
|
|
Numbers n such that n remains prime through 3 iterations of function f(x) = 5x + 2.
|
|
0
| |
|
|
19, 373, 607, 1171, 1381, 1867, 2137, 2539, 3181, 4021, 5689, 5827, 5857, 6163, 7213, 7507, 11497, 12007, 13291, 13687, 14173, 15193, 16453, 21997, 22501, 24799, 25657, 28723, 31393, 31957, 32587, 35863, 40813, 42667, 42859, 43321, 43951, 45061, 45691
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| n, 5*n+2, 25*n+12 and 125*n+62 are primes. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]
|
|
|
PROG
| (MAGMA) [n: n in [1..150000] | IsPrime(n) and IsPrime(5*n+2) and IsPrime(25*n+12) and IsPrime(125*n+62)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]
|
|
|
CROSSREFS
| Sequence in context: A001029 A057685 A041686 * A075839 A158592 A072359
Adjacent sequences: A023280 A023281 A023282 * A023284 A023285 A023286
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| David W. Wilson (davidwwilson(AT)comcast.net)
|
| |
|
|