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!)
A141976 Primes congruent to 27 mod 28. 2

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

%S 83,139,167,223,251,307,419,503,587,643,727,811,839,1063,1091,1231,

%T 1259,1399,1427,1483,1511,1567,1847,1931,1987,2099,2239,2267,2351,

%U 2659,2687,2939,3023,3079,3163,3191,3331,3359,3499,3527,3583,3779,3863,3919,3947

%N Primes congruent to 27 mod 28.

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

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

%t Select[Prime[Range[1500]],MemberQ[{27},Mod[#,28]]&] (* _Vincenzo Librandi_, Aug 17 2012 *)

%t Select[Range[27,4000,28],PrimeQ] (* _Harvey P. Dale_, May 14 2016 *)

%o (Magma) [p: p in PrimesUpTo(5000) | p mod 28 eq 27 ]; // _Vincenzo Librandi_, Aug 17 2012

%o (PARI) is(n)=isprime(n) && n%28==27 \\ _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 April 24 14:32 EDT 2024. Contains 371960 sequences. (Running on oeis4.)