login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023213 Numbers n such that n and 4n + 3 both prime. 8
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; internal format)
OFFSET

1,1

MATHEMATICA

lst={}; Do[p=Prime[n]; If[PrimeQ[4*p+3], AppendTo[lst, p]], {n, 6!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Mar 10 2009]

PROG

(MAGMA) [ n: n in PrimesUpTo(1000) | IsPrime(4*n+3) ]; [From V.Librandi, Nov 20 2010]

CROSSREFS

Sequence in context: A045348 A023207 A038611 * A162575 A066408 A142352

Adjacent sequences:  A023210 A023211 A023212 * A023214 A023215 A023216

KEYWORD

nonn

AUTHOR

David W. Wilson (davidwwilson(AT)comcast.net)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 19:06 EST 2012. Contains 205945 sequences.