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

A320244
G.f.: Product_{k>=1, j>=1} (1 + x^(k*j))^2 / (1 - x^(k*j)).
1
1, 3, 10, 28, 72, 172, 397, 867, 1840, 3783, 7580, 14829, 28454, 53540, 99119, 180676, 324758, 576145, 1010051, 1750782, 3003386, 5101769, 8586891, 14327582, 23711567, 38937304, 63471475, 102741924, 165204561, 263956121, 419183458, 661833319, 1039140705
OFFSET
0,2
COMMENTS
Convolution of A006171 and A320235.
LINKS
FORMULA
Conjecture: log(a(n)) ~ Pi * sqrt(2*n*log(n)/3).
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[(1+x^(k*j))^2/(1-x^(k*j)), {k, 1, nmax}, {j, 1, Floor[nmax/k]+1}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 08 2018
STATUS
approved