|
|
A142894
|
|
Primes congruent to 10 mod 63.
|
|
1
|
|
|
73, 199, 577, 829, 1459, 2089, 2341, 2467, 2593, 2719, 2971, 3727, 3853, 4231, 4357, 4483, 4861, 4987, 5113, 5743, 5869, 6121, 6247, 6373, 7129, 7507, 7759, 8011, 8263, 8389, 8641, 8893, 9397, 9649, 9901, 10531, 10657, 10909, 11161, 11287, 12043, 12421
(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[{10}, Mod[#, 63]] &] (* Vincenzo Librandi, Sep 06 2012 *)
Select[Range[10, 12500, 63], PrimeQ] (* Harvey P. Dale, Jun 22 2013 *)
|
|
PROG
|
(MAGMA) [p: p in PrimesUpTo(13000) | p mod 63 eq 10 ] ; // Vincenzo Librandi, Sep 06 2012
|
|
CROSSREFS
|
Cf. A000040.
Sequence in context: A140010 A122723 A089786 * A141909 A296187 A142517
Adjacent sequences: A142891 A142892 A142893 * A142895 A142896 A142897
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
N. J. A. Sloane, Jul 11 2008
|
|
STATUS
|
approved
|
|
|
|