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!)
A188132 Primes p such that p == 3 (mod 4) and 6p+1 is prime. 1
3, 7, 11, 23, 47, 83, 103, 107, 131, 151, 263, 271, 283, 311, 331, 347, 367, 443, 467, 503, 607, 683, 727, 751, 787, 863, 887, 907, 947, 971, 1063, 1091, 1103, 1151, 1171, 1283, 1327, 1423, 1427, 1451, 1487, 1511, 1531, 1567, 1607, 1787, 1811, 1823, 1831, 1847, 1907, 1931, 1987 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A188131 in A007693 \ {2}.
LINKS
MATHEMATICA
Select[Range[3, 2000, 4], PrimeQ[#] && PrimeQ[6# + 1] &] (* Amiram Eldar, Nov 13 2019 *)
PROG
(PARI) forprime( p=1, 1e4, p%4==3 & isprime(p*6+1) & print1(p", "))
CROSSREFS
Sequence in context: A267052 A267009 A116606 * A139814 A368943 A099902
KEYWORD
nonn
AUTHOR
M. F. Hasler, Mar 21 2011
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 24 15:57 EDT 2024. Contains 371961 sequences. (Running on oeis4.)