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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A139407 Numbers k such that 8k+3 and 8k+7 are primes. 1
2, 5, 8, 20, 38, 47, 62, 80, 92, 107, 110, 113, 185, 197, 233, 260, 275, 293, 317, 332, 335, 338, 377, 395, 398, 488, 500, 653, 668, 722, 740, 755, 818, 863, 905, 950, 962, 965, 1052, 1055, 1067, 1097, 1100, 1193, 1202, 1217, 1223, 1235, 1262, 1280, 1283 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

a = {}; Do[If[PrimeQ[8 n + 3] && PrimeQ[8 n + 7], AppendTo[a, n]], {n, 1, 1000}]; a

Select[Range[1500], And@@PrimeQ[8 # +{3, 7}]&] (* From Harvey P. Dale, Mar 24 2011 *)

CROSSREFS

Cf. A001109, A125821, A125822, A139402, A139404, A139405, A139406.

Sequence in context: A127281 A054774 A104721 * A107384 A205596 A092446

Adjacent sequences:  A139404 A139405 A139406 * A139408 A139409 A139410

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Apr 19 2008

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 15 09:54 EST 2012. Contains 205763 sequences.