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

A266944
Expansion of Product_{k>=1} 1 / (1 - 3*x^k)^2.
2
1, 6, 33, 150, 636, 2508, 9501, 34674, 123369, 429396, 1469733, 4959600, 16545597, 54662046, 179124837, 582893052, 1885479918, 6067245570, 19435083054, 62006825166, 197128631562, 624716063502, 1974151076946, 6222482535642, 19567579430643, 61403207075448
OFFSET
0,2
LINKS
FORMULA
a(n) ~ c * n * 3^n, where c = Product_{k>=1} 1/(1-1/3^k)^2 = 1/QPochhammer(1/3)^2 = 3.187340158492291107944103748176139... .
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[1/(1-3*x^k)^2, {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A297592 A255613 A022730 * A301272 A290921 A240880
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 06 2016
STATUS
approved