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

A182704
Row sums of triangle A182700.
4
0, 2, 8, 21, 48, 95, 180, 315, 536, 873, 1390, 2145, 3264, 4849, 7112, 10260, 14640, 20604, 28746, 39653, 54280, 73626, 99176, 132549, 176112, 232400, 305032, 398034, 516880, 667725, 858870
OFFSET
0,2
LINKS
Robert Price, Table of n, a(n) for n = 0..2000 (First 2000 rows)
FORMULA
a(n) = n*A000070(n).
G.f.: x*f'(x), where f(x) = (1/(1 - x))*Product_{k>=1} 1/(1 - x^k). - Ilya Gutkovskiy, Apr 13 2017
MATHEMATICA
Total /@ Table[n*PartitionsP[n-k], {n, 0, 30}, {k, 0, n}] (* Robert Price, Jun 23 2020 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Omar E. Pol, Nov 28 2010
STATUS
approved