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

A327215
Self-convolution of A008485.
4
1, 2, 11, 54, 279, 1442, 7530, 39474, 207693, 1095522, 5790116, 30650038, 162451560, 861920492, 4577055823, 24323292984, 129338944225, 688128700422, 3662798123481, 19504467792378, 103899170100154, 553642311668244, 2951010332435759, 15733439067954134
OFFSET
0,2
LINKS
FORMULA
a(n) ~ c^2 * Pi * d^n, where d = A270915 = 5.352701333486642687772415814165... and c = A327279 = 0.26801521271073331568695383828... (see A008485).
MATHEMATICA
A008485[n_]:=SeriesCoefficient[Product[1/(1-x^k)^n, {k, 1, n}], {x, 0, n}];
Table[Sum[A008485[k]*A008485[n-k], {k, 0, n}], {n, 0, 25}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 26 2019
STATUS
approved