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!)
A142118 Primes congruent to 9 mod 37. 4

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

%S 83,157,379,601,823,971,1193,1489,1637,1933,2081,2377,2969,3191,3413,

%T 3709,3931,4079,4153,4523,4597,4967,5189,6151,6299,6373,6521,7039,

%U 7187,7853,7927,8297,8741,8963,9629,9851,10369,10739,11257,11701,11923,12071,12589

%N Primes congruent to 9 mod 37.

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

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

%t Select[Range[9,20000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 08 2011 *)

%t Select[Prime[Range[5000]],MemberQ[{9},Mod[#,37]]&] (* _Vincenzo Librandi_, Aug 19 2012 *)

%o (Magma) [p: p in PrimesUpTo(15000) | p mod 37 eq 9 ]; // _Vincenzo Librandi_, Aug 19 2012

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

%Y Cf. A000040, A142114, A142115, A142116, A142117.

%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 September 8 03:40 EDT 2024. Contains 375749 sequences. (Running on oeis4.)