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!)
A142180 Primes congruent to 35 mod 39. 2
113, 191, 269, 347, 503, 659, 971, 1049, 1283, 1361, 1439, 1907, 2063, 2141, 2297, 2531, 2609, 2687, 2843, 2999, 3389, 3467, 3623, 3701, 3779, 4013, 4091, 4481, 4637, 4793, 4871, 5261, 5417, 5573, 5651, 5807, 6197, 6353, 6899, 6977, 7211, 7523, 7757, 8069 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[35, 20000, 39], PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Jul 02 2011 *)
Select[Prime[Range[3000]], MemberQ[{35}, Mod[#, 39]]&] (* Vincenzo Librandi Aug 20 2012 *)
PROG
(PARI) select(n->n%39==35, primes(1000)) \\ Charles R Greathouse IV, Jul 02, 2011
(Magma)[p: p in PrimesUpTo(10000) | p mod 39 eq 35]; // Vincenzo Librandi, Aug 20 2012
CROSSREFS
Cf. A000040.
Sequence in context: A264778 A142303 A152929 * A325084 A084951 A151947
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 April 24 08:28 EDT 2024. Contains 371927 sequences. (Running on oeis4.)