|
| |
|
|
A057326
|
|
First member of a prime triple in a 2p-1 progression.
|
|
23
| |
|
|
2, 19, 79, 331, 439, 499, 619, 829, 1069, 1279, 1531, 2089, 2131, 2179, 2311, 2791, 3019, 3061, 3109, 3181, 3769, 4159, 4231, 4261, 4621, 4639, 4861, 4951, 5419, 5749, 6121, 6211, 6709, 6841, 7369, 7411, 7561, 7639, 8209, 8629, 9109, 9199, 9319, 9739
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,1
|
|
|
COMMENTS
| Numbers n such that n remains prime through 2 iterations of function f(x) = 2x - 1.
|
|
|
LINKS
| Index entries for sequences related to primes in arithmetic progressions
|
|
|
EXAMPLE
| Triplets are (2,3,5),(19,37,73),(79,157,313),(331,661,1321),...
|
|
|
MATHEMATICA
| Select[Prime[Range[1500]], And@@PrimeQ[NestList[2#-1&, #, 2]]&] (* From Harvey P. Dale, Dec 09 2011 *)
|
|
|
CROSSREFS
| Cf. (A005382 and A005383), A057327, A057328, A057329, A057330, A005603.
Sequence in context: A024389 A110050 A054209 * A129446 A054570 A135436
Adjacent sequences: A057323 A057324 A057325 * A057327 A057328 A057329
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Patrick De Geest (pdg(AT)worldofnumbers.com), Aug 15 2000.
|
| |
|
|