|
Search: id:A076276
|
|
|
| A076276 |
|
Number of + signs needed to write the partitions of n (A000041) as sums. |
|
+0 3
|
|
| 0, 0, 1, 3, 7, 13, 24, 39, 64, 98, 150, 219, 322, 455, 645, 892, 1232, 1668, 2259, 3008, 4003, 5260, 6897, 8951, 11599, 14893, 19086, 24284, 30827, 38888, 48959, 61293, 76578, 95223, 118152, 145993, 180037, 221175, 271186, 331402, 404208, 491521
(list; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
FORMULA
|
a(n) = (Sum_{k=1..n} tau(k)*numbpart(n-k))-numbpart(n) = A006128(n)-A000041(n), n>0. - Vladeta Jovovic (vladeta(AT)eunet.rs), Oct 06 2002
|
|
EXAMPLE
|
4=1+3=2+2=1+1+2=1+1+1+1, 7 + signs are needed, so a(4)=7.
|
|
MATHEMATICA
|
a[0]=0; a[n_] := Sum[DivisorSigma[0, k]PartitionsP[n-k], {k, 1, n}]-PartitionsP[n]
|
|
CROSSREFS
|
Sequence in context: A102948 A061263 A156209 this_sequence A056764 A026103 A092463
Adjacent sequences: A076273 A076274 A076275 this_sequence A076277 A076278 A076279
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Floor van Lamoen (fvlamoen(AT)hotmail.com), Oct 04 2002
|
|
EXTENSIONS
|
More terms from Vladeta Jovovic (vladeta(AT)eunet.rs), Robert G. Wilson v (rgwv(AT)rgwv.com), Dean Hickerson (dean.hickerson(AT)yahoo.com) and Don Reble (djr(AT)nk.ca), Oct 06 2002.
|
|
|
Search completed in 0.002 seconds
|