|
| |
|
|
A023307
|
|
Numbers n such that n remains prime through 4 iterations of function f(x) = 3x + 2.
|
|
0
| |
|
|
1129, 10009, 11489, 12539, 13859, 30029, 63079, 77359, 99119, 121039, 124669, 169409, 194749, 205589, 246329, 330329, 349519, 351829, 354839, 361279, 369539, 384589, 395719, 399769, 416989, 429109, 446819, 527599, 532489, 544259, 575119
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| n, 3*n+2, 9*n+8, 27*n+26, 81*n+80 are primes. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]
|
|
|
PROG
| (MAGMA) [n: n in [1..1000000] | IsPrime(n) and IsPrime(3*n+2) and IsPrime(9*n+8) and IsPrime(27*n+26) and IsPrime(81*n+80)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]
|
|
|
CROSSREFS
| Sequence in context: A082888 A122384 A061779 * A163560 A162023 A166957
Adjacent sequences: A023304 A023305 A023306 * A023308 A023309 A023310
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| David W. Wilson (davidwwilson(AT)comcast.net)
|
| |
|
|