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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A172071 Primes p such that either p-5/2-+7/2 is prime. 1
2, 11, 13, 17, 19, 23, 29, 37, 43, 47, 53, 59, 67, 73, 79, 89, 103, 107, 109, 113, 137, 157, 163, 173, 179, 197, 199, 229, 233, 239, 257, 263, 269, 277, 283, 313, 317, 337, 353, 359, 373, 379, 389, 439, 449, 463, 467, 509, 547, 563, 569, 577, 593, 599, 607, 613 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

Two together with values of p+6 where (p,p+6) are both prime.

LINKS

Table of n, a(n) for n=1..56.

EXAMPLE

a(1)=2 because 2-5/2-7/2=-4(nonprime) and 2-5/2+7/2=3(prime).

MAPLE

for n from 1 to 200 do p := ithprime(n) ; if isprime(p+1) <> isprime(p-6) then printf("%d, ", p) ; end if; end do: [From R. J. Mathar, Apr 24 2010]

CROSSREFS

Cf. A000040, A046117.

Sequence in context: A154539 A137238 A048521 * A058048 A038915 A166849

Adjacent sequences:  A172068 A172069 A172070 * A172072 A172073 A172074

KEYWORD

nonn

AUTHOR

Juri-Stepan Gerasimov, Jan 25 2010

EXTENSIONS

Entries checked by R. J. Mathar, Apr 25 2010 R. J. Mathar, Apr 24 2010

STATUS

approved

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 May 24 09:26 EDT 2013. Contains 225617 sequences.