|
| |
|
|
A023318
|
|
Numbers n such that n remains prime through 4 iterations of function f(x) = 7x + 6.
|
|
0
| |
|
|
1319, 2699, 4259, 4919, 5689, 8669, 10159, 10529, 29819, 33119, 82339, 86689, 98669, 174079, 177949, 196739, 207869, 210599, 222499, 231809, 253369, 267299, 275699, 323699, 362459, 371639, 378179, 388529, 397799, 402529, 421079, 448859, 468499
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| n, 7*n+6, 49*n+48, 343*n+342 and 2401*n+2400 are primes. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]
|
|
|
PROG
| (MAGMA) [n: n in [1..1000000] | IsPrime(n) and IsPrime(7*n+6) and IsPrime(49*n+48) and IsPrime(343*n+342) and IsPrime(2401*n+2400)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]
|
|
|
CROSSREFS
| Sequence in context: A205301 A030646 A200202 * A066663 A067206 A157266
Adjacent sequences: A023315 A023316 A023317 * A023319 A023320 A023321
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| David W. Wilson (davidwwilson(AT)comcast.net)
|
| |
|
|