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

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

%S 37,151,379,607,1063,1291,1747,1861,2089,2203,2659,2887,3001,3229,

%T 3343,3457,3571,4027,4483,4597,5167,5281,5623,5737,5851,6079,6421,

%U 6763,6991,7219,7333,7561,7789,8017,8929,9043,9157,9613,10069,10639,10753,10867,11437

%N Primes congruent to 37 mod 57.

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

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

%o (Magma) [p: p in PrimesUpTo(12000) | p mod 57 eq 37 ]; // _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 23 10:07 EDT 2024. Contains 371905 sequences. (Running on oeis4.)