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!)
A142083 Primes congruent to 11 mod 35. 1
11, 151, 431, 571, 641, 991, 1061, 1201, 1481, 1621, 1831, 1901, 2111, 2251, 2531, 2671, 2741, 3301, 3371, 3511, 3581, 3931, 4001, 4211, 4421, 4561, 5051, 5261, 5471, 5821, 6101, 6311, 6451, 6521, 6661, 6871, 7151, 8761, 8831, 8971, 9041, 9181, 9391, 9461 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[11, 20000, 35], PrimeQ] (* Vladimir Joseph Stephan Orlovsky, Jul 02 2011 *)
Select[Prime[Range[3000]], MemberQ[{11}, Mod[#, 35]]&] (* Vincenzo Librandi, Aug 18 2012 *)
PROG
(PARI) select(n->n%35==11, primes(1000)) \\ Charles R Greathouse IV, Jul 02, 2011
(Magma) [p: p in PrimesUpTo(10000) | p mod 35 eq 11 ]; // Vincenzo Librandi, Aug 18 2012
CROSSREFS
Cf. A000040.
Sequence in context: A103544 A038141 A307072 * A205085 A068646 A176365
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)