login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A345070 Averages of two consecutive even-indexed primes. 2
5, 10, 16, 24, 33, 40, 48, 57, 66, 75, 84, 95, 104, 110, 122, 135, 145, 157, 168, 177, 187, 196, 211, 226, 234, 245, 257, 267, 276, 287, 302, 314, 327, 343, 354, 366, 378, 390, 403, 415, 427, 438, 450, 460, 471, 485, 497, 512, 531, 549, 563, 573, 585, 597, 607, 616, 630 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = (prime(2*n) + prime(2*n+2))/2.
EXAMPLE
10 is the average of 7 and 13, which are the 4th and 6th prime numbers.
MATHEMATICA
Table[(Prime[2 n] + Prime[2 n + 2])/2, {n, 80}]
CROSSREFS
Sequence in context: A365701 A306351 A215341 * A194275 A026059 A115002
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Jun 06 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 12 03:53 EDT 2024. Contains 375085 sequences. (Running on oeis4.)