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

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

%S 47,269,491,787,1009,1231,1453,1601,1823,2267,2341,2711,3229,3673,

%T 3821,4339,4561,4783,4931,5153,5227,5449,6263,6337,6781,7151,7669,

%U 7817,8039,8779,9001,9371,10037,10111,10259,10333,11369,11443,11813,11887,12109,12479

%N Primes congruent to 10 mod 37.

%H Vincenzo Librandi, <a href="/A142119/b142119.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[10,20000,37],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 08 2011 *)

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

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

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

%Y Cf. A000040, A142116, A142117, A142118.

%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 July 8 23:43 EDT 2024. Contains 374171 sequences. (Running on oeis4.)