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!)
A154628 Primes congruent to 35 mod 73 2

%I #13 Sep 08 2022 08:45:40

%S 181,619,911,1787,1933,2371,2663,3539,4561,4999,5437,7043,7481,7919,

%T 8941,9817,11131,11423,12007,13613,13759,14051,14197,14489,15073,

%U 15511,15803,17117,18869,19891,20183,21059,22811,23687,23833,24709,25147

%N Primes congruent to 35 mod 73

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

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

%t Select[Prime[Range[3000]],Mod[#,73]==35&] (* _Harvey P. Dale_, May 21 2011 *)

%t Select[Prime[Range[3000]], MemberQ[{35}, Mod[#, 73]] &] (* _Vincenzo Librandi_, Sep 07 2012 *)

%o (Magma) [p: p in PrimesUpTo(26000) | p mod 73 eq 35]; // _Vincenzo Librandi_, Sep 07 2012

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

%Y Cf. A000040, A144562.

%K nonn,easy

%O 1,1

%A _Vincenzo Librandi_, Jan 17 2009

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 March 28 14:38 EDT 2024. Contains 371254 sequences. (Running on oeis4.)