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!)
A142304 Primes congruent to 27 mod 44. 1

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

%S 71,379,467,599,643,863,907,1039,1171,1259,1303,1523,1567,1699,1787,

%T 1831,2447,2579,2711,2843,2887,3019,3371,3547,3767,3943,4339,4603,

%U 4691,4999,5087,5351,5483,5527,5659,5791,5879,5923,6011,6143,6451,6803,7243,7331

%N Primes congruent to 27 mod 44.

%H Vincenzo Librandi, <a href="/A142304/b142304.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[Prime[Range[2500]],MemberQ[{27},Mod[#,44]]&] (* _Vincenzo Librandi_, Aug 25 2012 *)

%t Select[Range[27,8000,44],PrimeQ] (* _Harvey P. Dale_, Mar 13 2016 *)

%o (Magma) [p: p in PrimesUpTo(8000) | p mod 44 eq 27]; // _Vincenzo Librandi_, Aug 25 2012

%o (PARI) is(n)=isprime(n) && n%44==27 \\ _Charles R Greathouse IV_, Jul 03 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)