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!)
A142201 Primes congruent to 4 mod 41. 4

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

%S 127,373,619,701,947,1193,1439,1931,2341,2423,2833,3079,3407,3571,

%T 4391,4637,4801,5867,6113,6277,6359,7507,7589,7753,8081,8573,8737,

%U 8819,9311,9721,9803,9967,10459,11197,11279,11443,11689,12263,12919,13001,13411,13903

%N Primes congruent to 4 mod 41.

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

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

%t Select[Range[4,30000,41],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 17 2011 *)

%t Select[Prime[Range[5000]],MemberQ[{4},Mod[#,41]]&] (* _Vincenzo Librandi_, Aug 23 2012 *)

%o (Magma) [p: p in PrimesUpTo(14000) | p mod 41 eq 4 ]; // _Vincenzo Librandi_, Aug 23 2012

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

%Y Cf. A000040, A059236, A142199, A142200.

%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 13:02 EDT 2024. Contains 371969 sequences. (Running on oeis4.)