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!)
A142497 Primes congruent to 35 mod 51. 1

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

%S 137,239,443,647,953,1259,1361,1667,1871,1973,2381,2687,2789,3299,

%T 3911,4013,4217,4421,4523,4931,5237,5441,5849,6053,6257,6359,6563,

%U 6869,6971,7481,7583,8093,8297,8501,8807,9011,9419,9521,9623,9929,10133,10337,10847

%N Primes congruent to 35 mod 51.

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

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

%t Select[Prime[Range[1500]],Mod[#,51]==35&] (* _Harvey P. Dale_, Apr 07 2011 *)

%t Select[Prime[Range[2400]], MemberQ[{35}, Mod[#, 51]] &] /* _Vincenzo Librandi_, Aug 28 2012 *)

%o (Magma) [p: p in PrimesUpTo(13000) | p mod 51 eq 35]; // _Vincenzo Librandi_, Aug 28 2012

%o (PARI) is(n)=isprime(n) && n%51==35 \\ _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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)