|
| |
|
|
A140545
|
|
Primes of form 17n + 6.
|
|
3
|
|
|
|
23, 193, 227, 397, 431, 499, 601, 839, 907, 941, 1009, 1213, 1451, 1553, 1621, 1723, 2029, 2063, 2131, 2267, 2437, 2539, 2777, 2879, 3049, 3083, 3253, 3389, 3457, 3491, 3559, 3593, 3797, 3967, 4001, 4273, 4409, 4783, 4817, 4919, 4987, 5021, 5531, 5701, 5939
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Table of n, a(n) for n=1..45.
|
|
|
MATHEMATICA
|
Select[ Range[6, 5000, 17], PrimeQ] (*From Vladimir Joseph Stephan Orlovsky, Apr 03 2011*)
|
|
|
PROG
|
(PARI) forprime(p=2, 1e4, if(p%17==6, print1(p", "))) \\ Charles R Greathouse IV, Dec 21 2011
|
|
|
CROSSREFS
|
Cf. A129484.
Sequence in context: A129052 A201859 A160083 * A062640 A108646 A058193
Adjacent sequences: A140542 A140543 A140544 * A140546 A140547 A140548
|
|
|
KEYWORD
|
nonn,changed
|
|
|
AUTHOR
|
Juri-Stepan Gerasimov, Jun 29 2008
|
|
|
EXTENSIONS
|
More terms from N. J. A. Sloane, Jul 11 2008
|
|
|
STATUS
|
approved
|
| |
|
|