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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,7
COMMENTS
Partial sums of partition numbers - partial sums of primes, if 1 is considered as a prime.
LINKS
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

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 24 15:52 EDT 2024. Contains 371961 sequences. (Running on oeis4.)