|
|
A142515
|
|
Primes congruent to 17 mod 52.
|
|
1
|
|
|
17, 173, 277, 433, 641, 797, 953, 1109, 1213, 1733, 1889, 1993, 2357, 2617, 3137, 3449, 3709, 3761, 3917, 4021, 4073, 4177, 4229, 4801, 4957, 5009, 5113, 5477, 5581, 5737, 6101, 6257, 6361, 6569, 6673, 6829, 7193, 7297, 7349, 7817, 8233, 8389, 8597, 8753
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
LINKS
|
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
|
|
FORMULA
|
a(n) ~ 24n log n. - Charles R Greathouse IV, Jul 03 2016
|
|
MATHEMATICA
|
Select[Prime[Range[1300]], MemberQ[{17}, Mod[#, 52]] &] (* Vincenzo Librandi, Aug 29 2012 *)
|
|
PROG
|
(Magma) [p: p in PrimesUpTo(9000) | p mod 52 eq 17]; // Vincenzo Librandi, Aug 29 2012
(PARI) is(n)=isprime(n) && n%52==17 \\ Charles R Greathouse IV, Jul 03 2016
|
|
CROSSREFS
|
Cf. A000040.
Sequence in context: A164747 A166579 A142169 * A011549 A048555 A299331
Adjacent sequences: A142512 A142513 A142514 * A142516 A142517 A142518
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
N. J. A. Sloane, Jul 11 2008
|
|
STATUS
|
approved
|
|
|
|