The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A141852 Primes congruent to 5 mod 11. 4

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

%S 5,71,137,181,269,313,379,401,467,577,599,643,709,797,863,907,929,

%T 1039,1061,1171,1193,1237,1259,1303,1523,1567,1699,1721,1787,1831,

%U 2029,2161,2293,2381,2447,2557,2579,2689,2711,2777,2843,2887,2909,2953,3019,3041

%N Primes congruent to 5 mod 11.

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

%F a(n) ~ 10n log n. - _Charles R Greathouse IV_, Jul 03 2016

%t Select[Range[5, 50000, 11], PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Jun 13 2011 *)

%o (Magma) [ p: p in PrimesUpTo(5000) | p mod 11 eq 5 ]; // _Vincenzo Librandi_, Apr 19 2011

%o (PARI) is(n)=isprime(n) && n%11==5 \\ _Charles R Greathouse IV_, Jul 03 2016

%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 June 17 12:36 EDT 2024. Contains 373445 sequences. (Running on oeis4.)