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

A086738
A000041(n) - A000203(n).
0
0, -1, -1, -2, 1, -1, 7, 7, 17, 24, 44, 49, 87, 111, 152, 200, 279, 346, 470, 585, 760, 966, 1231, 1515, 1927, 2394, 2970, 3662, 4535, 5532, 6810, 8286, 10095, 12256, 14835, 17886, 21599, 25955, 31129, 37248, 44541, 53078, 63217, 75091, 89056, 105486, 124706
OFFSET
1,4
COMMENTS
Also number of partitions of n minus the total number of parts in the partitions of n into equal parts. - Omar E. Pol, Nov 08 2014
PROG
(PARI) vector(50, n, numbpart(n) - sigma(n)) \\ Michel Marcus, Nov 09 2014
CROSSREFS
Sequence in context: A139349 A168347 A120475 * A351083 A245803 A198941
KEYWORD
sign
AUTHOR
Jon Perry, Jul 29 2003
EXTENSIONS
More terms from Michel Marcus, Nov 09 2014
STATUS
approved