|
|
A142674
|
|
Primes congruent to 14 mod 57.
|
|
1
|
|
|
71, 641, 983, 1097, 1439, 1553, 1667, 2237, 2351, 2579, 2693, 3491, 3719, 3833, 3947, 4289, 4517, 4973, 5087, 5657, 6113, 6569, 6911, 7253, 7481, 7823, 7937, 8849, 8963, 9419, 9533, 10103, 10331, 10559, 11243, 11471, 11699, 11813, 11927, 12041, 12269
(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[Prime[Range[2400]], MemberQ[{14}, Mod[#, 57]] &] (* Vincenzo Librandi, Sep 01 2012 *)
Select[Range[14, 13000, 57], PrimeQ] (* Harvey P. Dale, Aug 02 2016 *)
|
|
PROG
|
(MAGMA) [p: p in PrimesUpTo(13000) | p mod 57 eq 14 ]; // Vincenzo Librandi, Sep 01 2012
|
|
CROSSREFS
|
Cf. A000040.
Sequence in context: A251383 A180327 A201039 * A112750 A351896 A089706
Adjacent sequences: A142671 A142672 A142673 * A142675 A142676 A142677
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
N. J. A. Sloane, Jul 11 2008
|
|
STATUS
|
approved
|
|
|
|