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!)
A023213 Primes p such that 4p + 3 is prime. 13
2, 5, 7, 11, 17, 19, 31, 37, 41, 47, 59, 67, 89, 107, 109, 149, 151, 157, 179, 181, 227, 229, 241, 257, 271, 307, 331, 349, 359, 367, 389, 401, 439, 457, 461, 467, 487, 499, 509, 521, 571, 577, 587, 599, 647, 661, 677, 691, 719, 769, 797, 829, 839, 877, 881, 907, 929, 941 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime@Range@500, PrimeQ[4 # + 3] &] (* Vincenzo Librandi, May 19 2014 *)
PROG
(Magma) [ n: n in PrimesUpTo(1000) | IsPrime(4*n+3) ]; // Vincenzo Librandi, Nov 20 2010
(PARI) select(p->isprime(4*p+3), primes(100)) \\ Charles R Greathouse IV, Mar 21 2013
CROSSREFS
Cf. A007700.
Sequence in context: A023207 A038611 A265761 * A162575 A066408 A142352
KEYWORD
nonn,easy
AUTHOR
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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)