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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A139402 Prime numbers k such that 8k+1 and 8k+3 are also primes. 6
2, 5, 17, 71, 101, 107, 131, 491, 677, 761, 821, 1307, 1361, 1367, 1667, 2081, 2207, 2837, 3461, 3467, 3761, 3767, 4007, 5087, 5147, 5231, 5381, 5927, 6701, 6737, 6917, 6977, 8447, 8741, 8807, 9011, 9341, 9677, 9767 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

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

CROSSREFS

Cf. A125822.

Sequence in context: A162037 A183239 A049774 * A143382 A057219 A084869

Adjacent sequences:  A139399 A139400 A139401 * A139403 A139404 A139405

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 17 16:49 EST 2012. Contains 206058 sequences.