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.

A142332 Primes congruent to 38 mod 45.

This page as a plain text file.
%I A142332 #17 May 19 2023 07:41:57
%S A142332 83,173,263,353,443,983,1163,1433,1523,1613,1973,2063,2153,2243,2333,
%T A142332 2423,2693,2963,3323,3413,3593,3863,4133,4493,4583,4673,4943,5303,
%U A142332 5393,5483,5573,5843,6113,6203,6473,6563,6653,6833,7013,7103,7193,7283,7643,7823
%N A142332 Primes congruent to 38 mod 45.
%C A142332 Also primes with digital root 2 and last digit 3. - _J. W. Helkenberg_, Oct 27 2011
%H A142332 Vincenzo Librandi, <a href="/A142332/b142332.txt">Table of n, a(n) for n = 1..1000</a>
%t A142332 Select[Prime[Range[1200]],MemberQ[{38},Mod[#,45]]&] (* _Vincenzo Librandi_, Aug 26 2012 *)
%t A142332 Select[Range[38,8000,45],PrimeQ] (* _Harvey P. Dale_, Aug 10 2020 *)
%o A142332 (PARI) forprime(p=2,1e4,if(p%45==38,print1(p", "))) \\ _Charles R Greathouse IV_, Oct 31 2011
%o A142332 (Magma) [p: p in PrimesUpTo(10000) | p mod 45 eq 38]; // _Vincenzo Librandi_, Aug 26 2012
%Y A142332 Cf. A000040.
%K A142332 nonn,easy
%O A142332 1,1
%A A142332 _N. J. A. Sloane_, Jul 11 2008