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

%I #13 Sep 08 2022 08:45:35

%S 11,151,431,571,641,991,1061,1201,1481,1621,1831,1901,2111,2251,2531,

%T 2671,2741,3301,3371,3511,3581,3931,4001,4211,4421,4561,5051,5261,

%U 5471,5821,6101,6311,6451,6521,6661,6871,7151,8761,8831,8971,9041,9181,9391,9461

%N Primes congruent to 11 mod 35.

%H Vincenzo Librandi, <a href="/A142083/b142083.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Range[11, 20000, 35], PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Jul 02 2011 *)

%t Select[Prime[Range[3000]],MemberQ[{11},Mod[#,35]]&] (* _Vincenzo Librandi_, Aug 18 2012 *)

%o (PARI) select(n->n%35==11,primes(1000)) \\ _Charles R Greathouse IV_, Jul 02, 2011

%o (Magma) [p: p in PrimesUpTo(10000) | p mod 35 eq 11 ]; // _Vincenzo Librandi_, Aug 18 2012

%Y Cf. A000040.

%K nonn,easy

%O 1,1

%A _N. J. A. Sloane_, Jul 11 2008

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 July 22 17:20 EDT 2024. Contains 374540 sequences. (Running on oeis4.)