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”).

A142635
Primes congruent to 48 mod 55.
1
103, 433, 653, 983, 1093, 1423, 1753, 1973, 2083, 2633, 2963, 3623, 3733, 4283, 4723, 4943, 5273, 6043, 6263, 6373, 6703, 7253, 7583, 8243, 8353, 8573, 9013, 9343, 10223, 10333, 10663, 10883, 10993, 11213, 12203, 12973, 13523, 13633, 13963, 14293, 14843
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[2300]], MemberQ[{48}, Mod[#, 55]] &] (* Vincenzo Librandi, Sep 01 2012 *)
Select[Range[48, 15000, 55], PrimeQ] (* Harvey P. Dale, Mar 10 2016 *)
PROG
(Magma) [p: p in PrimesUpTo(15000) | p mod 55 eq 48]; // Vincenzo Librandi, Sep 01 2012
CROSSREFS
Cf. A000040.
Sequence in context: A277460 A166056 A142580 * A142771 A082883 A191357
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jul 11 2008
STATUS
approved