|
| |
|
|
A023304
|
|
Numbers n such that n remains prime through 4 iterations of function f(x) = 2x + 5.
|
|
2
| |
|
|
13, 31, 181, 541, 661, 1087, 1861, 2179, 2719, 3727, 7459, 8089, 8707, 9109, 10639, 17341, 19333, 22501, 23293, 29287, 32797, 39847, 40387, 42703, 46591, 51613, 53101, 56149, 56809, 57829, 59233, 80779, 87643, 89113, 89413, 91291, 93979, 94261, 98899
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| n, 2*n+5, 4*n+15, 8*n+35 and 16*n+75 are primes [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]
|
|
|
PROG
| (MAGMA) [n: n in [1..1000000] | IsPrime(n) and IsPrime(2*n+5) and IsPrime(4*n+15) and IsPrime(8*n+35) and IsPrime(16*n+75)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]
|
|
|
CROSSREFS
| Sequence in context: A007628 A141837 A104151 * A180757 A159670 A087511
Adjacent sequences: A023301 A023302 A023303 * A023305 A023306 A023307
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| David W. Wilson (davidwwilson(AT)comcast.net)
|
| |
|
|