cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A142329 Primes congruent to 32 mod 45.

This page as a plain text file.
%I A142329 #11 Sep 08 2022 08:45:36
%S A142329 167,257,347,617,797,887,977,1427,1607,1697,1787,1877,2237,2417,2687,
%T A142329 2777,2957,3137,3407,3677,3767,3947,4127,4217,4397,4937,5297,5387,
%U A142329 5477,5657,5927,6197,6287,6737,6827,6917,7187,7457,7547,7727,7817,7907,8087,8447
%N A142329 Primes congruent to 32 mod 45.
%H A142329 Vincenzo Librandi, <a href="/A142329/b142329.txt">Table of n, a(n) for n = 1..1000</a>
%F A142329 a(n) ~ 24n log n. - _Charles R Greathouse IV_, Jul 03 2016
%t A142329 Select[Prime[Range[1200]],MemberQ[{32},Mod[#,45]]&] (* _Vincenzo Librandi_, Aug 26 2012 *)
%t A142329 Select[Range[32,9000,45],PrimeQ] (* _Harvey P. Dale_, Feb 06 2014 *)
%o A142329 (Magma) [p: p in PrimesUpTo(10000) | p mod 45 eq 32]; // _Vincenzo Librandi_, Aug 26 2012
%o A142329 (PARI) is(n)=isprime(n) && n%45==32 \\ _Charles R Greathouse IV_, Jul 03 2016
%Y A142329 Cf. A000040.
%K A142329 nonn,easy
%O A142329 1,1
%A A142329 _N. J. A. Sloane_, Jul 11 2008