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

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

%S 101,443,557,1013,1583,1697,1811,2039,2153,2267,2381,2609,2837,3407,

%T 3863,4091,4547,4889,5003,5231,5573,5801,6029,6143,6257,6599,6827,

%U 7283,7853,8081,8423,8537,9221,9677,9791,10133,10247,10589,11159,11273,12071,12413

%N Primes congruent to 44 mod 57.

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

%t Select[Prime[Range[2300]], MemberQ[{44}, Mod[#, 57]] &] (* _Vincenzo Librandi_, Sep 02 2012 *)

%t Select[Range[44,12500,57],PrimeQ] (* _Harvey P. Dale_, May 24 2020 *)

%o (Magma) [p: p in PrimesUpTo(13000) | p mod 57 eq 44 ]; // _Vincenzo Librandi_, Sep 02 2012

%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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)