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!)
A215106 Primes congruent to {3, 5, 6} mod 11. 2
3, 5, 17, 47, 61, 71, 83, 113, 127, 137, 149, 157, 179, 181, 193, 223, 269, 281, 311, 313, 347, 379, 401, 421, 443, 457, 467, 479, 487, 509, 523, 577, 599, 619, 641, 643, 677, 709, 743, 751, 773, 787, 797, 809, 839, 853, 863, 883, 907, 919, 929, 941, 971 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) ~ (10/3) n log n. - Charles R Greathouse IV, Sep 28 2015
MATHEMATICA
Select[Prime[Range[800]], MemberQ[{3, 5, 6}, Mod[#, 11]]&]
PROG
(Magma) [p: p in PrimesUpTo(1500) | p mod 11 in [3, 5, 6]];
(PARI) is(n)=isprime(n) && (n%11==3 || n%11==5 || n%11==6) \\ Charles R Greathouse IV, Sep 28 2015
CROSSREFS
Sequence in context: A005142 A165452 A106063 * A368651 A006483 A177960
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Aug 04 2012
STATUS
approved

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 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)