OFFSET
0,2
COMMENTS
Sum of product of i(i+1)-transform of terms in all partitions of n into distinct parts.
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..1000
EXAMPLE
The partitions of 6 into distinct parts are 6, 1+5, 2+4, 1+2+3, the corresponding i(i+1)-transforms are of products 6*7, 2*5*6, 2*3*4*5, 2*2*3*3*4, so 42, 60, 120, 144 and their sum is a(6) = 366.
MATHEMATICA
Take[ CoefficientList[ Expand[ Product[1 + m(m + 1)q^m, {m, 1000}]], q], 30] - Robert G. Wilson v, Apr 05 2004
CROSSREFS
KEYWORD
nonn
AUTHOR
Jon Perry, Apr 04 2004
EXTENSIONS
More terms from Robert G. Wilson v, Apr 05 2004
STATUS
approved