|
|
A142783
|
|
Primes congruent to 56 mod 59.
|
|
1
|
|
|
233, 587, 823, 941, 1531, 2003, 2239, 2357, 2593, 2711, 3301, 4127, 4363, 4481, 5189, 5779, 5897, 6133, 6841, 6959, 7549, 9319, 9437, 9791, 10499, 10853, 11443, 12269, 13331, 13567, 13921, 14629, 14747, 14983, 15101, 15809, 16871, 17107, 17579, 18169, 18287
(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[{56}, Mod[#, 59]] &] ( * Vincenzo Librandi, Sset 04 2012 *)
Select[Range[56, 19000, 59], PrimeQ] (* Harvey P. Dale, Aug 02 2021 *)
|
|
PROG
|
(Magma) [p: p in PrimesUpTo(19000) | p mod 59 eq 56 ]; // Vincenzo Librandi, Sep 04 2012
|
|
CROSSREFS
|
Cf. A000040.
Sequence in context: A302004 A308786 A097447 * A142848 A023338 A108820
Adjacent sequences: A142780 A142781 A142782 * A142784 A142785 A142786
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
N. J. A. Sloane, Jul 11 2008
|
|
STATUS
|
approved
|
|
|
|