[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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”).

A307571
Expansion of Product_{j>=1} (1 + x^j*Product_{k>=1} (1 + x^k)^(k*j))^j.
1
1, 1, 3, 11, 38, 129, 436, 1445, 4764, 15583, 50667, 163890, 527620, 1691368, 5400754, 17183173, 54487190, 172235992, 542844404, 1706169816, 5348478123, 16724698483, 52174714116, 162399459964, 504402061533, 1563430065203, 4836462927829, 14933470162894, 46026742326000, 141614337715832
OFFSET
0,3
FORMULA
G.f.: g(x*g(x)), where g(x) = g.f. of A026007.
MATHEMATICA
nmax = 29; CoefficientList[Series[Product[(1 + x^j Product[(1 + x^k)^(k j), {k, 1, nmax}])^j, {j, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 15 2019
STATUS
approved