Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A140111
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A140111 Primes of the form prime(x) + prime(x+1) - (prime(x+1) - prime(x))/2. +0
1
7, 11, 23, 59, 83, 97, 109, 149, 233, 283, 317, 337, 349, 359, 367, 383, 479, 487, 563, 571, 593, 641, 709, 769, 823, 839, 863 (list; graph; listen)
OFFSET

1,1

EXAMPLE

3+5-(5-3)/2=3+5-1=7, 5+7-(7-5)/2=5+7-1=11, ...

MATHEMATICA

a = {}; Do[p1 = Prime[n]; p2 = Prime[n + 1]; p = p1 + p2 - (p2 - p1)/2; If[PrimeQ[p], AppendTo[a, p]], {n, 10^2}]; a

CROSSREFS

Cf. A092217.

Sequence in context: A107133 A079138 A111671 this_sequence A118072 A076855 A027830

Adjacent sequences: A140108 A140109 A140110 this_sequence A140112 A140113 A140114

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jun 21 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 3 10:07 EST 2008. Contains 151162 sequences.


AT&T Labs Research