A142329 Primes congruent to 32 mod 45.
167, 257, 347, 617, 797, 887, 977, 1427, 1607, 1697, 1787, 1877, 2237, 2417, 2687, 2777, 2957, 3137, 3407, 3677, 3767, 3947, 4127, 4217, 4397, 4937, 5297, 5387, 5477, 5657, 5927, 6197, 6287, 6737, 6827, 6917, 7187, 7457, 7547, 7727, 7817, 7907, 8087, 8447
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 45 eq 32]; // Vincenzo Librandi, Aug 26 2012
-
Mathematica
Select[Prime[Range[1200]],MemberQ[{32},Mod[#,45]]&] (* Vincenzo Librandi, Aug 26 2012 *) Select[Range[32,9000,45],PrimeQ] (* Harvey P. Dale, Feb 06 2014 *)
-
PARI
is(n)=isprime(n) && n%45==32 \\ Charles R Greathouse IV, Jul 03 2016
Formula
a(n) ~ 24n log n. - Charles R Greathouse IV, Jul 03 2016