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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A058620 Lesser of two consecutive primes such that their difference divided by two is a prime: ( P(next prime after n) - P(n) )/2 is prime. 0
7, 13, 19, 23, 31, 37, 43, 47, 53, 61, 67, 73, 79, 83, 97, 103, 109, 113, 127, 131, 139, 151, 157, 163, 167, 173, 181, 193, 223, 229, 233, 241, 251, 257, 263, 271, 277, 283, 293, 307, 313, 317, 331, 337, 349, 353, 367, 373, 379, 383, 397, 409, 421, 433, 439 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Do[ If[ PrimeQ[ (Prime[n + 1] - Prime[n] )/2], Print[ Prime[n] ]], {n, 1, 100} ]

CROSSREFS

Sequence in context: A033561 A049591 A176180 * A038910 A035497 A059335

Adjacent sequences:  A058617 A058618 A058619 * A058621 A058622 A058623

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 28 2000

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 10:07 EST 2012. Contains 205904 sequences.