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!)
A142566 Primes congruent to 36 mod 53. 1

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

%S 89,619,937,1361,1997,2633,3163,5813,6131,6343,6449,6661,7297,7933,

%T 8039,8887,9311,9629,10159,10477,11113,12491,12703,12809,13127,13339,

%U 13763,14081,14293,14717,14929,15671,16519,16943,17579,17791,18427,19381,19699,20123

%N Primes congruent to 36 mod 53.

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

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

%t Select[Prime[Range[2600]], MemberQ[{36}, Mod[#, 53]] &] (* _Vincenzo Librandi_, Aug 30 2012 *)

%o (Magma) [p: p in PrimesUpTo(20000) | p mod 53 eq 36]; // _Vincenzo Librandi_, Aug 30 2012

%o (PARI) is(n)=isprime(n) && n%53==36 \\ _Charles R Greathouse IV_, Jul 04 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 19 04:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)