A142099 Primes congruent to 34 mod 35.
139, 349, 419, 769, 839, 1049, 1259, 1399, 1609, 1889, 2029, 2099, 2239, 2309, 2659, 2729, 2939, 3079, 3359, 3499, 3709, 3779, 3919, 3989, 4129, 4339, 4409, 4549, 4759, 4969, 5039, 5179, 5669, 5879, 6089, 6229, 6299, 6719, 7069, 7349, 7489, 7559, 7699
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Crossrefs
Cf. A000040.
Programs
-
Magma
[p: p in PrimesUpTo(10000) | p mod 35 eq 34 ]; // Vincenzo Librandi, Aug 19 2012
-
Mathematica
Select[Prime[Range[3000]],MemberQ[{34},Mod[#,35]]&] (* Vincenzo Librandi, Aug 19 2012 *)
-
PARI
is(n)=isprime(n) && n%35==34 \\ Charles R Greathouse IV, Jul 02 2016
Formula
a(n) ~ 24n log n. - Charles R Greathouse IV, Jul 02 2016