A154628 Primes congruent to 35 mod 73.
181, 619, 911, 1787, 1933, 2371, 2663, 3539, 4561, 4999, 5437, 7043, 7481, 7919, 8941, 9817, 11131, 11423, 12007, 13613, 13759, 14051, 14197, 14489, 15073, 15511, 15803, 17117, 18869, 19891, 20183, 21059, 22811, 23687, 23833, 24709, 25147
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Magma
[p: p in PrimesUpTo(26000) | p mod 73 eq 35]; // Vincenzo Librandi, Sep 07 2012
-
Mathematica
Select[Prime[Range[3000]],Mod[#,73]==35&] (* Harvey P. Dale, May 21 2011 *) Select[Prime[Range[3000]], MemberQ[{35}, Mod[#, 73]] &] (* Vincenzo Librandi, Sep 07 2012 *)
-
PARI
is(n)=isprime(n) && n%73==35 \\ Charles R Greathouse IV, Jul 03 2016
Formula
a(n) ~ 72n log n. - Charles R Greathouse IV, Jul 03 2016