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”).

A086741
a(n) = A026905(n) - A014284(n).
0
0, 0, 0, 0, 0, 0, 2, 7, 18, 37, 64, 110, 174, 268, 401, 585, 829, 1155, 1584, 2144, 2865, 3794, 4970, 6462, 8331, 10670, 13579, 17194, 21652, 27147, 33876, 42098, 52110, 64283, 79027, 96855, 118341, 144199, 175221, 212392, 256802, 309797, 372877, 447861, 536802, 642163, 766718, 913780
OFFSET
1,7
COMMENTS
Partial sums of partition numbers - partial sums of primes, if 1 is considered as a prime.
PROG
(PARI) a(n) = sum(k=1, n, numbpart(k)) - (1 + vecsum(primes(n-1))); \\ Michel Marcus, Aug 10 2023
CROSSREFS
Sequence in context: A342397 A212685 A176854 * A229183 A051743 A054111
KEYWORD
nonn,less
AUTHOR
Jon Perry, Jul 29 2003
EXTENSIONS
More terms from Michel Marcus, Aug 10 2023
STATUS
approved