|
| |
|
|
A023279
|
|
Numbers n such that n remains prime through 3 iterations of function f(x) = 3x + 8.
|
|
0
| |
|
|
11, 31, 211, 1151, 3181, 5051, 5261, 6101, 6661, 9391, 9551, 10501, 11701, 13171, 15901, 16481, 19531, 22051, 24181, 26261, 27031, 28351, 28591, 28661, 29411, 30941, 31321, 32621, 38011, 40471, 42101, 48371, 49921, 57571, 59791, 61981, 66161, 67271
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| n, 3*n+8, 9*n+32 and 27*n+104 are primes. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]
|
|
|
PROG
| (MAGMA) [n: n in [1..150000] | IsPrime(n) and IsPrime(3*n+8) and IsPrime(9*n+32) and IsPrime(27*n+104)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]
|
|
|
CROSSREFS
| Sequence in context: A128337 A093382 A098264 * A068715 A093881 A163763
Adjacent sequences: A023276 A023277 A023278 * A023280 A023281 A023282
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| David W. Wilson (davidwwilson(AT)comcast.net)
|
| |
|
|