login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A373699
a(n) is the area of the (n+1)-gon having vertices coordinates (2,0), (2,prime(2)), ..., (n,prime(n)), (n,0).
2
4, 10, 19, 31, 46, 64, 85, 111, 141, 175, 214, 256, 301, 351, 407, 467, 531, 600, 672, 748, 829, 915, 1008, 1107, 1209, 1314, 1422, 1533, 1653, 1782, 1916, 2054, 2198, 2348, 2502, 2662, 2827, 2997, 3173, 3353, 3539, 3731, 3926, 4124, 4329, 4546, 4771, 4999, 5230
OFFSET
3,1
COMMENTS
In other words, area between the polyline (2,prime(2)), (3,prime(3)), ..., (n,prime(n)) and the x axis.
FORMULA
a(n) = Sum_{k=1..n-2} A024675(k).
MATHEMATICA
Accumulate[Most[#] + Differences[#]/2] & [Prime[Range[2, 100]]]
CROSSREFS
Cf. A000040.
Partial sums of A024675.
Sequence in context: A025720 A022793 A005448 * A301247 A037040 A007077
KEYWORD
nonn,easy
AUTHOR
Paolo Xausa, Jun 17 2024
STATUS
approved