OFFSET
1,2
COMMENTS
Another version of the convolution of A000203 but starting from A000041(0) = 1 is given by the nonzero terms of A066186. - Omar E. Pol, Feb 13 2021
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
FORMULA
MATHEMATICA
Table[n PartitionsP[n]-DivisorSigma[1, n], {n, 2, 40}] (* Harvey P. Dale, Jun 28 2012 *)
PROG
(Magma) [ (n+1)*NumberOfPartitions(n+1)-SumOfDivisors(n+1): n in [1..38] ]; // Klaus Brockhaus, Jul 07 2009
(PARI) a(n) = (n+1)*numbpart(n+1) - sigma(n+1); \\ Michel Marcus, Feb 19 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
Jon Perry, Jul 29 2003
EXTENSIONS
More terms from Klaus Brockhaus, Jul 07 2009
Definition clarified by Omar E. Pol, Feb 13 2021
STATUS
approved