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

A265820
Expansion of Product_{k>=1} 1/(1 - (3*k-1)*x^(3*k-1)).
9
1, 0, 2, 0, 4, 5, 8, 10, 24, 20, 73, 51, 146, 142, 306, 409, 731, 835, 1662, 1828, 3969, 4251, 8256, 9525, 17814, 22565, 38629, 47424, 82916, 101387, 185271, 218421, 386140, 468783, 806005, 1040428, 1696283, 2160026, 3567221, 4498026, 7683250, 9446666
OFFSET
0,3
LINKS
FORMULA
a(n) ~ c * 2^(n/2), where
c = 14.317325023208603416271945494838289608390197678435231... if n is even,
c = 13.388403642510880418401945468592189683402616378443965... if n is odd.
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[1/(1 - (3*k-1)*x^(3*k-1)), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A068333 A378748 A121451 * A096984 A213723 A104601
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Dec 15 2015
STATUS
approved