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!)
A108313 Sum of primes q with prime(n) < q < 2*prime(n). 1
3, 5, 7, 24, 49, 59, 102, 120, 181, 252, 341, 515, 553, 593, 635, 883, 1153, 1092, 1283, 1488, 1415, 1793, 1873, 2124, 2771, 3066, 2963, 3067, 2958, 3068, 4361, 4487, 5153, 5291, 5999, 5848, 6622, 6776, 6940, 7104, 7974, 8152, 9080, 9270, 9462, 9660, 11099 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sum of the numbers not killed in the first jump of a Sieve of Eratosthenes table. - Odimar Fabeny, Jul 21 2010
LINKS
EXAMPLE
a(3) = 24 because between 7 and 14 there are two primes 11 and 13 whose sum is 24.
MATHEMATICA
f[n_] := Plus @@ Prime[Range[n + 1, PrimePi[2Prime[n]]]]; Table[ f[n], {n, 40}] (* Robert G. Wilson v, Jul 01 2005 *)
CROSSREFS
Sequence in context: A214680 A141802 A029846 * A045966 A146148 A098475
KEYWORD
easy,nonn
AUTHOR
Giovanni Teofilatto, Jun 30 2005
EXTENSIONS
Edited and extended by Robert G. Wilson v, Jul 01 2005
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 April 18 04:31 EDT 2024. Contains 371767 sequences. (Running on oeis4.)