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!)
A142067 Primes congruent to 31 mod 33. 3

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

%S 31,97,163,229,691,757,823,1021,1087,1153,1483,1549,1747,1879,2011,

%T 2143,2341,2473,2539,2671,2803,3001,3067,3331,3463,3529,3727,3793,

%U 4057,4519,4651,4783,5113,5179,5443,5641,5839,6037,6301,6367,6763,6829,6961,7027

%N Primes congruent to 31 mod 33.

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

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

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

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

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

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

%Y Cf. A000040.

%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 July 14 13:51 EDT 2024. Contains 374318 sequences. (Running on oeis4.)