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

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

%S 41,197,353,457,509,613,769,821,977,1237,1289,1549,1601,1861,1913,

%T 2017,2069,2381,2693,2797,2953,3109,3733,3889,4201,4253,4357,4409,

%U 4513,4721,4877,5189,5449,5501,5657,5813,6073,6229,7321,7477,7529,7789,7841,8101

%N Primes congruent to 41 mod 52.

%H Vincenzo Librandi, <a href="/A142526/b142526.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[{41}, Mod[#, 52]] &] (* _Vincenzo Librandi_, Aug 29 2012 *)

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

%o (PARI) is(n)=isprime(n) && n%52==41 \\ _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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)