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!)
A141915 Primes congruent to 11 mod 23. 1

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

%S 11,103,149,241,379,563,701,839,977,1069,1483,1621,1667,1759,2081,

%T 2311,2357,2633,2909,3001,3323,3461,3691,3967,4013,4243,4289,4519,

%U 4657,4703,4933,5209,5347,5393,5531,5623,5669,5807,6037,6221,6359,6451,6911,7187

%N Primes congruent to 11 mod 23.

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

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

%t Select[Range[11,10000,23],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Apr 05 2011 *)

%o (Magma) [p: p in PrimesUpTo(8000) | p mod 23 eq 11 ]; // _Vincenzo Librandi_, Aug 16 2012

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

%Y Cf. A000040, A040984, A141908, A100201.

%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 April 24 06:07 EDT 2024. Contains 371918 sequences. (Running on oeis4.)