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!)
A142113 Primes congruent to 4 mod 37. 4
41, 263, 337, 929, 1151, 1373, 1447, 1669, 2039, 2113, 2557, 2927, 3001, 3371, 3593, 3889, 4111, 4259, 4481, 4703, 4999, 5147, 5443, 5591, 5813, 6257, 6553, 6701, 6997, 7219, 7589, 8329, 8699, 9439, 9587, 9661, 9883, 10253, 10771, 10993, 11437, 11807 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) ~ 36n log n. - Charles R Greathouse IV, Jul 02 2016
MATHEMATICA
Select[Range[4, 20000, 37], PrimeQ] (* Vladimir Joseph Stephan Orlovsky, May 07 2011 *)
Select[Prime[Range[5000]], MemberQ[{4}, Mod[#, 37]]&] (* Vincenzo Librandi, Aug 19 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(15000) | p mod 37 eq 4 ]; // Vincenzo Librandi, Aug 19 2012
(PARI) is(n)=isprime(n) && n%37==4 \\ Charles R Greathouse IV, Jul 02 2016
CROSSREFS
Sequence in context: A239716 A275180 A275128 * A226041 A233406 A020866
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jul 11 2008
STATUS
approved

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 March 19 07:25 EDT 2024. Contains 370955 sequences. (Running on oeis4.)