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

A300582
Expansion of Product_{k>=1} 1 / (1 - 3*2^k*x^k).
1
1, 6, 48, 312, 2064, 12768, 79680, 484224, 2947584, 17783808, 107268096, 644960256, 3877367808, 23282294784, 139790696448, 838984925184, 5035133042688, 30213857476608, 181298502303744, 1087829443608576, 6527166069080064, 39163476131708928, 234983177934864384
OFFSET
0,2
FORMULA
a(n) ~ c * 6^n, where c = 1/QPochhammer(1/3) = 1.7853123419985341903674862960137...
MATHEMATICA
nmax = 25; CoefficientList[Series[Product[1/(1-3*2^k*x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A073994 A165758 A166152 * A366658 A049316 A320072
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Mar 09 2018
STATUS
approved