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

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

%S 23,101,179,257,491,569,647,881,1193,1427,1583,1973,2129,2207,2441,

%T 2753,2909,3221,3299,3533,3767,3923,4001,4079,4157,4391,4547,4703,

%U 4937,5171,5483,5639,5717,6029,6263,6653,7043,7121,7433,7589,7823,7901,8291,8369

%N Primes congruent to 23 mod 39.

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

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

%t Select[Prime[Range[3000]],MemberQ[{23},Mod[#,39]]&] (* _Vincenzo Librandi_, Aug 20 2012 *)

%o (Magma) [p: p in PrimesUpTo(10000) | p mod 39 eq 23 ]; // _Vincenzo Librandi_, Aug 20 2012

%o (PARI) is(n)=isprime(n) && n%39==23 \\ _Charles R Greathouse IV_, Jul 02 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 September 15 02:40 EDT 2024. Contains 375930 sequences. (Running on oeis4.)