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

A309986
Convolution of A270913 and A008485.
4
1, 2, 9, 43, 206, 999, 4915, 24372, 121698, 611244, 3085612, 15645347, 79639602, 406809249, 2084567381, 10712007629, 55187254157, 284981396231, 1474729519719, 7646180479889, 39713643612380, 206600871071930, 1076372569004514, 5615363541987786, 29331204404385053
OFFSET
0,2
LINKS
FORMULA
a(n) ~ c * d^n / sqrt(n), where d = A270915 = 5.352701333486642687... and c = 0.446705640528056029457240607298917821281915554...
MATHEMATICA
A270913[n_] := SeriesCoefficient[Product[(1 + x^k)^n, {k, 1, n}], {x, 0, n}];
A008485[n_] := SeriesCoefficient[Product[1/(1 - x^k)^n, {k, 1, n}], {x, 0, n}];
Table[Sum[A008485[k]*A270913[n-k], {k, 0, n}], {n, 0, 20}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 26 2019
STATUS
approved