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!)
A141195 Primes of the form 16k+11. 5

%I #11 Jan 29 2015 03:31:45

%S 11,43,59,107,139,251,283,331,347,379,443,491,523,571,587,619,683,811,

%T 827,859,907,971,1019,1051,1163,1259,1291,1307,1451,1483,1499,1531,

%U 1579,1627,1723,1787,1867,1931,1979,2011,2027,2203,2251,2267,2347,2411,2459

%N Primes of the form 16k+11.

%H T. D. Noe, <a href="/A141195/b141195.txt">Table of n, a(n) for n=1..1000</a>

%t lst={};Do[If[PrimeQ[p=16*n+11],AppendTo[lst,p]],{n,0,5!}];lst (* _Vladimir Joseph Stephan Orlovsky_, Jan 28 2009 *)

%t Select[16*Range[0,200]+11,PrimeQ] (* _Harvey P. Dale_, Aug 22 2014 *)

%Y Cf. A094407, A091968, A127589, A141194, A105126, A141196, A127576.

%K nonn

%O 1,1

%A _T. D. Noe_, Jun 12 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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)