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

A303152
Expansion of Product_{n>=1} (1 - (9*x)^n)^(1/3).
5
1, -3, -36, -207, -2214, -2754, -138591, 547722, -3730293, 30138075, 133709535, 7735237479, -35284817430, 702841889322, 3056530613769, 9493893988155, 112554319443867, 3822223052352735, -3940051663965051, 250298859930263181, -551418001934739786, 1061747224529191191
OFFSET
0,2
COMMENTS
This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = -1/3, g(n) = 9^n.
LINKS
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, (1-(9*x)^k)^(1/3)))
CROSSREFS
Expansion of Product_{n>=1} (1 - ((b^2)*x)^n)^(1/b): A010815 (b=1), A298411 (b=2), this sequence (b=3), A303153 (b=4), A303154 (b=5).
Sequence in context: A247768 A168075 A275085 * A188891 A073992 A268898
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 19 2018
STATUS
approved