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

A327214
Self-convolution of A270913.
4
1, 2, 7, 32, 137, 592, 2597, 11442, 50567, 224112, 995392, 4428372, 19727877, 87983202, 392755207, 1754625632, 7844003907, 35086658052, 157023432677, 703037135122, 3148915010832, 14108913792342, 63235380631747, 283495965998772, 1271282293531077, 5702105357347602
OFFSET
0,2
LINKS
FORMULA
a(n) ~ c^2 * Pi * d^n, where d = A270914 = 4.5024767476173544877385939327... and c = A327280 = 0.260542233142438469433860832160... (see A270913).
MATHEMATICA
A270913[n_]:=SeriesCoefficient[Product[(1+x^k)^n, {k, 1, n}], {x, 0, n}];
Table[Sum[A270913[k]*A270913[n-k], {k, 0, n}], {n, 0, 25}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 26 2019
STATUS
approved