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

A266648
Expansion of Product_{k>=1} (1 + x^(3*k)) / (1 - x^k).
10
1, 1, 2, 4, 6, 9, 15, 21, 31, 46, 64, 89, 126, 170, 231, 314, 417, 552, 733, 955, 1244, 1617, 2079, 2665, 3413, 4331, 5485, 6931, 8704, 10901, 13629, 16949, 21033, 26045, 32123, 39529, 48553, 59429, 72599, 88518, 107624, 130599, 158209, 191175, 230611, 277717, 333730, 400375, 479598, 573386, 684481
OFFSET
0,3
LINKS
Wenjie Fang, Hsien-Kuei Hwang, and Mihyun Kang, Phase transitions from exp(n^(1/2)) to exp(n^(2/3)) in the asymptotics of banded plane partitions, arXiv:2004.08901 [math.CO], 2020, p. 6.
FORMULA
a(n) ~ sqrt(7) * exp(sqrt(7*n)*Pi/3) / (24*n).
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[(1+x^(3*k))/(1-x^k), {k, 1, nmax}], {x, 0, nmax}], x]
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 02 2016
STATUS
approved