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.

A142066 Primes congruent to 29 mod 33.

This page as a plain text file.
%I A142066 #12 Sep 08 2022 08:45:35
%S A142066 29,227,293,359,491,557,821,887,953,1019,1151,1217,1283,1481,1613,
%T A142066 1811,1877,2141,2207,2273,2339,2801,2999,3329,3461,3527,3593,3659,
%U A142066 3923,3989,4253,4451,4517,4583,4649,5309,5441,5507,5573,5639,5903,6101,6299,6563
%N A142066 Primes congruent to 29 mod 33.
%H A142066 Vincenzo Librandi, <a href="/A142066/b142066.txt">Table of n, a(n) for n = 1..1000</a>
%F A142066 a(n) ~ 20n log n. - _Charles R Greathouse IV_, Jul 03 2016
%t A142066 Select[Range[29, 20000, 33], PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Jun 24 2011 *)
%t A142066 Select[Prime[Range[3000]],MemberQ[{29},Mod[#,33]]&] (* _Vincenzo Librandi_, Aug 18 2012 *)
%o A142066 (Magma) [p: p in PrimesUpTo(8000) | p mod 33 eq 29 ]; // _Vincenzo Librandi_, Aug 18 2012
%o A142066 (PARI) is(n)=isprime(n) && n%33==29 \\ _Charles R Greathouse IV_, Jul 03 2016
%Y A142066 Cf. A000040, A142067, A142068.
%K A142066 nonn,easy
%O A142066 1,1
%A A142066 _N. J. A. Sloane_, Jul 11 2008