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!)
A142509 Primes congruent to 3 mod 52. 1

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

%S 3,107,211,263,367,419,523,887,991,1303,1459,1511,1667,1823,1979,2083,

%T 2239,2447,2551,2707,3019,3331,3539,3643,3851,4007,4111,4423,4787,

%U 4943,5099,5827,5879,6451,6607,6659,6763,6971,7127,7283,7699,7907,8011,8167,8219

%N Primes congruent to 3 mod 52.

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

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

%t Select[Prime[Range[1300]], MemberQ[{3}, Mod[#, 52]] &] (* _Vincenzo Librandi_, Aug 29 2012 *)

%o (Magma) [p: p in PrimesUpTo(9000) | p mod 52 eq 3]; // _Vincenzo Librandi_, Aug 29 2012

%o (PARI) is(n)=isprime(n) && n%52==3 \\ _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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)