|
| |
|
|
A140537
|
|
Primes congruent to 17 or 193 mod 210.
|
|
0
| |
|
|
17, 193, 227, 613, 647, 823, 857, 1033, 1277, 1453, 1487, 1663, 1697, 1873, 1907, 2083, 2293, 2503, 2713, 2957, 3167, 3343, 3797, 4007, 4217, 4603, 4637, 4813, 5023, 5233, 5443, 5477, 5653, 5897, 6073, 6317, 6703, 6737, 6947, 7333, 7577, 7753, 7963
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
MATHEMATICA
| mf[n_]:=Module[{x=Mod[n, 210]}, x==17||x==193]; Select[Prime[Range[1100]], mf] (* From Harvey P. Dale, Feb 07 2011 *)
|
|
|
PROG
| (MAGMA)[p: p in PrimesUpTo(9000)|p mod 210 in {17, 193}][From Vincenzo Librandi, Dec 18 2010]
|
|
|
CROSSREFS
| Sequence in context: A025467 A021494 A160658 * A021434 A019316 A018250
Adjacent sequences: A140534 A140535 A140536 * A140538 A140539 A140540
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Juri-Stepan Gerasimov (2stepan(AT)rambler.ru) Jul 28 2008
|
|
|
EXTENSIONS
| Entries checked by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 25 2010
|
| |
|
|