login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A142066 Primes congruent to 29 mod 33. 1

%I #12 Sep 08 2022 08:45:35

%S 29,227,293,359,491,557,821,887,953,1019,1151,1217,1283,1481,1613,

%T 1811,1877,2141,2207,2273,2339,2801,2999,3329,3461,3527,3593,3659,

%U 3923,3989,4253,4451,4517,4583,4649,5309,5441,5507,5573,5639,5903,6101,6299,6563

%N Primes congruent to 29 mod 33.

%H Vincenzo Librandi, <a href="/A142066/b142066.txt">Table of n, a(n) for n = 1..1000</a>

%F a(n) ~ 20n log n. - _Charles R Greathouse IV_, Jul 03 2016

%t Select[Range[29, 20000, 33], PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Jun 24 2011 *)

%t Select[Prime[Range[3000]],MemberQ[{29},Mod[#,33]]&] (* _Vincenzo Librandi_, Aug 18 2012 *)

%o (Magma) [p: p in PrimesUpTo(8000) | p mod 33 eq 29 ]; // _Vincenzo Librandi_, Aug 18 2012

%o (PARI) is(n)=isprime(n) && n%33==29 \\ _Charles R Greathouse IV_, Jul 03 2016

%Y Cf. A000040, A142067, A142068.

%K nonn,easy

%O 1,1

%A _N. J. A. Sloane_, Jul 11 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)