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!)
A142097 Primes congruent to 32 mod 35. 1
67, 137, 277, 347, 487, 557, 907, 977, 1117, 1187, 1327, 1607, 1747, 2027, 2237, 2377, 2447, 2657, 2797, 3217, 3637, 3847, 3917, 4057, 4127, 4337, 4547, 4967, 5107, 5387, 5527, 5737, 5807, 6367, 6577, 6857, 6997, 7207, 7417, 7487, 7907, 8117, 8467, 8537 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[32, 20000, 35], PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Jun 29 2011 *)
Select[Prime[Range[3000]], MemberQ[{32}, Mod[#, 35]]&] (* Vincenzo Librandi, Aug 19 2012 *)
PROG
(PARI) select(n->n%35==32, primes(1000)) \\ Charles R Greathouse IV, Jun 29 2011
(Magma)[p: p in PrimesUpTo(10000) | p mod 35 eq 32 ]; // Vincenzo Librandi, Aug 19 2012
CROSSREFS
Cf. A000040.
Sequence in context: A144094 A044190 A044571 * A106755 A320876 A304383
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 August 18 10:50 EDT 2024. Contains 375264 sequences. (Running on oeis4.)