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.

A142052 Primes congruent to 5 mod 33.

This page as a plain text file.
%I A142052 #12 Sep 08 2022 08:45:35
%S A142052 5,71,137,269,401,467,599,797,863,929,1061,1193,1259,1523,1721,1787,
%T A142052 2381,2447,2579,2711,2777,2843,2909,3041,3371,3701,3767,3833,4229,
%U A142052 4493,4691,4889,5021,5087,5153,5351,5417,5483,5813,5879,6011,6143,6473,6737,6803
%N A142052 Primes congruent to 5 mod 33.
%H A142052 Vincenzo Librandi, <a href="/A142052/b142052.txt">Table of n, a(n) for n = 1..1000</a>
%F A142052 a(n) ~ 20n log n. - _Charles R Greathouse IV_, Jul 03 2016
%t A142052 Select[Range[5, 20000, 33], PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Jun 25 2011 *)
%t A142052 Select[Prime[Range[3000]],MemberQ[{5},Mod[#,33]]&] (* _Vincenzo Librandi_, Aug 18 2012 *)
%o A142052 (Magma) [p: p in PrimesUpTo(8000) | p mod 33 eq 5 ]; // _Vincenzo Librandi_, Aug 18 2012
%o A142052 (PARI) is(n)=isprime(n) && n%33==5 \\ _Charles R Greathouse IV_, Jul 03 2016
%Y A142052 Cf. A000040, A142053, A142054.
%K A142052 nonn,easy
%O A142052 1,1
%A A142052 _N. J. A. Sloane_, Jul 11 2008