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

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

%S 11,113,317,419,521,827,929,1031,1439,1847,1949,2153,2357,2459,2663,

%T 2969,3581,3989,4091,4397,4703,5009,5417,5519,5927,6029,6131,6947,

%U 7151,7253,7457,7559,8069,8171,8273,8681,8783,9293,9497,9803,10007,10211,10313,11027

%N Primes congruent to 11 mod 51.

%H Vincenzo Librandi, <a href="/A142483/b142483.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[2000]],Mod[#,51]==11&] (* _Harvey P. Dale_, Mar 14 2011 *)

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

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

%o (PARI) is(n)=isprime(n) && n%51==11 \\ _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 September 15 00:47 EDT 2024. Contains 375929 sequences. (Running on oeis4.)