|
| |
|
|
A023275
|
|
Numbers n such that n remains prime through 3 iterations of function f(x) = 2x + 7.
|
|
0
| |
|
|
5, 23, 293, 593, 953, 2063, 3323, 4133, 4583, 8243, 8783, 9173, 9203, 14723, 15383, 16103, 16763, 18413, 19163, 20123, 25733, 29453, 37223, 38783, 39443, 40253, 41903, 42923, 44753, 45863, 49433, 51473, 54443, 54623, 54713, 57383, 58913, 63353, 66533
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| n, 2*n+7, 4*n+21 and 8*n+49 are primes. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]
|
|
|
PROG
| (MAGMA) [n: n in [1..100000] | IsPrime(n) and IsPrime(2*n+7) and IsPrime(4*n+21) and IsPrime(8*n+49)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]
|
|
|
CROSSREFS
| Sequence in context: A198029 A072104 A086797 * A018899 A080990 A172036
Adjacent sequences: A023272 A023273 A023274 * A023276 A023277 A023278
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| David W. Wilson (davidwwilson(AT)comcast.net)
|
| |
|
|