[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A142678
Primes congruent to 22 mod 57.
1
79, 193, 307, 421, 877, 991, 1447, 1789, 2017, 2131, 2473, 3271, 3499, 3613, 3727, 4297, 4639, 5209, 5323, 5437, 5779, 6007, 6121, 6577, 6691, 7489, 7603, 7717, 8059, 8287, 8629, 8971, 9199, 9769, 9883, 10111, 10453, 10567, 10909, 11251, 11593, 11821, 12049
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[2400]], MemberQ[{22}, Mod[#, 57]] &] (* Vincenzo Librandi, Sep 02 2012 *)
Select[Range[22, 12500, 57], PrimeQ] (* Harvey P. Dale, Jan 15 2024 *)
PROG
(Magma) [p: p in PrimesUpTo(13000) | p mod 57 eq 22 ]; // Vincenzo Librandi, Sep 02 2012
CROSSREFS
Cf. A000040.
Sequence in context: A244775 A142493 A063328 * A358315 A191227 A142747
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jul 11 2008
STATUS
approved