|
| |
|
|
A161463
|
|
Sum of all primes from n-th prime to (2*n-1)-th prime.
|
|
0
| |
|
|
2, 8, 23, 48, 83, 132, 197, 270, 363, 468, 583, 714, 863, 1026, 1199, 1392, 1607, 1836, 2083, 2346, 2627, 2926, 3237, 3564, 3925, 4290, 4669, 5074, 5499, 5938, 6389, 6862, 7355, 7866, 8411, 8964, 9539, 10134, 10743, 11374, 12029, 12702, 13393, 14094
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Contribution from Lekraj Beedassy (blekraj(AT)yahoo.com), Apr 30 2010: (Start)
Sum of next n primes starting with the n-th prime.
For sum of next n primes starting with the (T(n) + 1)-th prime, or A000124(n)-th prime = A078721(n), {T(n)=A000217(n)}, see A007468(n). (End)
|
|
|
EXAMPLE
| Sum of 3rd prime to 5th prime = 5+7+11, hence a(3) = 23; sum of 4th prime to 7th prime = 7+11+13+17, hence a(4) = 48.
|
|
|
PROG
| (MAGMA) [ &+[ NthPrime(k): k in [n..2*n-1] ]: n in [1..44] ]; [From Klaus Brockhaus, Jun 12 2009]
|
|
|
CROSSREFS
| Cf. A000040 (primes), A007504 (sum of first n primes), A105720 (sum of n-th and next n primes).
Sequence in context: A065694 A178129 A203298 * A190021 A014285 A079460
Adjacent sequences: A161460 A161461 A161462 * A161464 A161465 A161466
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), Jun 10 2009
|
|
|
EXTENSIONS
| Edited, corrected and extended by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jun 12 2009
|
| |
|
|