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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A139487 Numbers n such that 8n+7 is prime. 4
0, 2, 3, 5, 8, 9, 12, 15, 18, 20, 23, 24, 27, 29, 32, 33, 38, 44, 45, 47, 53, 54, 57, 59, 60, 62, 74, 75, 78, 80, 89, 90, 92, 93, 102, 104, 107, 110, 113, 114, 120, 122, 123, 128, 129, 132, 135, 137, 143, 152, 153, 159, 162, 164, 165, 170, 174, 177, 179, 180, 183, 185 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

For numbers k such that

8k+1 is prime see A005123, primes see A007519

8k+3 is prime see A005124, primes see A007520

8k+5 is prime see A105133, primes see A007521

8k+7 is prime see A139487, primes see A007522

MATHEMATICA

a = {}; Do[If[PrimeQ[8 n + 7], AppendTo[a, n]], {n, 0, 300}]; a

CROSSREFS

Cf. A007519, A007520, A007521, A007522, A005123, A005124, A105133.

Sequence in context: A122933 A091513 A060138 * A162586 A189086 A035422

Adjacent sequences:  A139484 A139485 A139486 * A139488 A139489 A139490

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Apr 23 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 14 00:47 EST 2012. Contains 205567 sequences.