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!)
A142821 Primes congruent to 23 mod 61. 2

%I #11 Sep 08 2022 08:45:37

%S 23,389,877,1487,1609,2341,2707,4049,4903,5147,5879,6367,6733,6977,

%T 8563,8807,8929,9173,9539,9661,10271,11003,11369,11491,12101,12589,

%U 13687,13931,14419,15761,16127,16249,16493,16981,17713,17957,19421,19543,20641,21617

%N Primes congruent to 23 mod 61.

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

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

%t Select[Prime[Range[2700]], MemberQ[{23}, Mod[#, 61]] &] (* _Vincenzo Librandi_, Sep 05 2012 *)

%t Select[Range[23,22000,61],PrimeQ] (* _Harvey P. Dale_, Jun 17 2018 *)

%o (Magma) [p: p in PrimesUpTo(22000) | p mod 61 eq 23 ] ; // _Vincenzo Librandi_, Sep 05 2012

%o (PARI) is(n)=isprime(n) && n%61==23 \\ _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 April 16 14:05 EDT 2024. Contains 371740 sequences. (Running on oeis4.)