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

A265844
Expansion of Product_{k>=1} (1 + k^2*x^k)/(1 - k^2*x^k).
4
1, 2, 10, 36, 118, 376, 1188, 3456, 10054, 28814, 79280, 215844, 581748, 1528456, 3987384, 10295952, 26130982, 65874532, 164661622, 406787220, 998529752, 2434022304, 5879630196, 14124455856, 33734350692, 80000820426, 188787849968, 443372664504, 1035137265552
OFFSET
0,2
COMMENTS
Convolution of A092484 and A077335.
LINKS
FORMULA
a(n) ~ c * 3^(2*n/3), where
c = 33024.782174678163138510272317... if mod(n,3) = 0
c = 33024.230416953709449028604542... if mod(n,3) = 1
c = 33024.292470246596667257649964... if mod(n,3) = 2.
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[(1 + k^2*x^k)/(1 - k^2*x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Dec 16 2015
STATUS
approved