|
|
A142911
|
|
Primes congruent to 40 mod 63.
|
|
1
|
|
|
103, 229, 607, 733, 859, 1237, 1489, 1741, 1867, 1993, 2371, 2749, 3001, 3253, 3631, 4261, 4513, 4639, 5521, 5647, 6151, 6277, 6529, 6781, 6907, 7159, 7411, 7537, 7789, 8167, 8293, 8419, 8923, 9049, 9679, 9931, 10687, 10939, 11317, 11443, 11821, 12073
(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[1900]], MemberQ[{40}, Mod[#, 63]] &] (* Vincenzo Librandi, Sep 06 2012 *)
Select[Range[40, 13000, 63], PrimeQ] (* Harvey P. Dale, Dec 06 2021 *)
|
|
PROG
|
(Magma) [p: p in PrimesUpTo(13000) | p mod 63 eq 40 ] ; // Vincenzo Librandi, Sep 06 2012
|
|
CROSSREFS
|
Cf. A000040.
Sequence in context: A260470 A134551 A140006 * A077408 A134214 A200732
Adjacent sequences: A142908 A142909 A142910 * A142912 A142913 A142914
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
N. J. A. Sloane, Jul 11 2008
|
|
STATUS
|
approved
|
|
|
|