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!)
A142080 Primes congruent to 6 mod 35. 1
41, 181, 251, 461, 601, 811, 881, 1021, 1091, 1231, 1301, 1511, 1721, 1861, 1931, 2141, 2281, 2351, 3121, 3191, 3331, 3541, 3821, 4241, 4451, 4591, 4801, 4871, 5011, 5081, 5431, 5501, 5641, 5711, 5851, 6131, 6271, 6481, 6551, 6691, 6761, 6971, 7321, 7741 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[6, 20000, 35], PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Jul 02 2011 *)
Select[Prime[Range[3000]], MemberQ[{6}, Mod[#, 35]]&] (* Vincenzo Librandi, Aug 18 2012 *)
PROG
(PARI) select(n->n%35==6, primes(1000)) \\ Charles R Greathouse IV, Jul 02, 2011
(Magma) [p: p in PrimesUpTo(9000) | p mod 35 eq 6 ]; // Vincenzo Librandi, Aug 18 2012
CROSSREFS
Cf. A000040.
Sequence in context: A033228 A282941 A141922 * A254228 A141939 A264653
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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)