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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A024675 Average of two consecutive odd primes. 60
4, 6, 9, 12, 15, 18, 21, 26, 30, 34, 39, 42, 45, 50, 56, 60, 64, 69, 72, 76, 81, 86, 93, 99, 102, 105, 108, 111, 120, 129, 134, 138, 144, 150, 154, 160, 165, 170, 176, 180, 186, 192, 195, 198, 205, 217, 225, 228, 231, 236, 240, 246, 254, 260, 266, 270, 274, 279, 282, 288, 300 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Sometimes called interprimes.

Where local maxima of A072681 occur: A072681(a(n))=A074927(n+1). [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Mar 04 2009]

LINKS

T. D. Noe, Table of n, a(n) for n=1..10000

Eric Weisstein's World of Mathematics, Interprime

FORMULA

a(n) = A001043(n+1)/2. - Omar E. Pol, Feb 02 2012

MAPLE

seq( ( (ithprime(x)+ithprime(x+1))/2 ), x=2..40);

MATHEMATICA

Plus @@@ Partition[Table[Prime[n], {n, 2, 100}], 2, 1]/2

PROG

(PARI) for(X=2, 50, print((prime(X)+prime(X+1))/2)) - Hauke Worpel (thebigh(AT)outgun.com), May 08 2008

CROSSREFS

Cf. A072568, A072569. Bisections give A058296, A079424.

Sequence in context: A171845 A157124 A162735 * A163656 A100915 A144922

Adjacent sequences:  A024672 A024673 A024674 * A024676 A024677 A024678

KEYWORD

nonn,nice,easy,changed

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

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 23:16 EST 2012. Contains 205687 sequences.