|
| |
|
|
A092074
|
|
Primes congruent to 3 mod 17.
|
|
3
|
|
|
|
3, 37, 71, 139, 173, 241, 479, 547, 683, 751, 853, 887, 1091, 1193, 1499, 1567, 1601, 1669, 1873, 1907, 2111, 2179, 2213, 2281, 2383, 2417, 2621, 2689, 2791, 2927, 3301, 3539, 3607, 3709, 3947, 4049, 4219, 4253, 4423, 4457, 4729, 4831, 4933, 4967, 5171
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,1
|
|
|
COMMENTS
|
Used in a primality test.
|
|
|
LINKS
|
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Chris Caldwell, Prime test.
|
|
|
MATHEMATICA
|
Select[ Range[3, 5000, 17], PrimeQ] (*From Vladimir Joseph Stephan Orlovsky, Apr 03 2011*)
|
|
|
PROG
|
(PARI) forprime(i=1, 6000, if(Mod(i, 17)==3, print1(i, ", ")))
(MAGMA) [ p: p in PrimesUpTo(10000) | p mod 17 eq 3 ]; // Vincenzo Librandi, Apr 08 2011
|
|
|
CROSSREFS
|
Cf. A129484.
Sequence in context: A139842 A056408 A056398 * A183556 A107183 A031919
Adjacent sequences: A092071 A092072 A092073 * A092075 A092076 A092077
|
|
|
KEYWORD
|
nonn,easy
|
|
|
AUTHOR
|
Jun Mizuki (suzuki32(AT)sanken.osaka-u.ac.jp), Mar 29 2004
|
|
|
EXTENSIONS
|
More terms from Mohammed Bouayoun (bouyao(AT)wanadoo.fr) and Ray Chandler, Mar 30 2004
|
|
|
STATUS
|
approved
|
| |
|
|