|
| |
|
|
A142125
|
|
Primes congruent to 16 mod 37.
|
|
3
|
|
|
|
53, 127, 349, 571, 719, 941, 1163, 1237, 1459, 1607, 2273, 2347, 2791, 2939, 3457, 4049, 4271, 4493, 4567, 4789, 4937, 5011, 5233, 5381, 6047, 6121, 6269, 6343, 6491, 7823, 8563, 8933, 9007, 9377, 10487, 10709, 11597, 12041, 12263, 12781, 13003, 13151, 13669
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
|
|
|
MATHEMATICA
|
Select[Range[16, 30000, 37], PrimeQ] (* From Vladimir Joseph Stephan Orlovsky, May 11 2011 *)
Select[Prime[Range[50000]], MemberQ[{16}, Mod[#, 37]]&] (* Vincenzo Librandi, Aug 19 2012 *)
|
|
|
PROG
|
(MAGMA) [p: p in PrimesUpTo(15000) | p mod 37 eq 16 ]; // Vincenzo Librandi, Aug 19 2012
|
|
|
CROSSREFS
|
Cf. A000040, A142123, A142124.
Sequence in context: A104073 A044240 A044621 * A177105 A142167 A044304
Adjacent sequences: A142122 A142123 A142124 * A142126 A142127 A142128
|
|
|
KEYWORD
|
nonn,easy
|
|
|
AUTHOR
|
N. J. A. Sloane, Jul 11 2008
|
|
|
STATUS
|
approved
|
| |
|
|