login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A303130 Expansion of Product_{n>=1} (1 + (9*x)^n)^(-1/3). 4
1, -3, -9, -288, 459, -19278, -1539, -1265301, 10734525, -147277926, 520204923, -7511358663, 88687160577, -668191863951, 5357547144702, -87542760890124, 967961569696722, -5115624735401361, 46065749188891275, -430898393089547667, 6203508335817169257 (list; graph; refs; listen; history; text; internal format)
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
FORMULA
a(n) ~ (-1)^n * exp(Pi*sqrt(n/18)) * 3^(2*n - 1/2) / (2^(7/4) * n^(3/4)). - Vaclav Kotesovec, Apr 20 2018
MATHEMATICA
CoefficientList[Series[(2/QPochhammer[-1, 9*x])^(1/3), {x, 0, 20}], x] (* Vaclav Kotesovec, Apr 20 2018 *)
PROG
(PARI) N=99; x='x+O('x^N); Vec(prod(k=1, N, (1 + (9*x)^k)^(-1/3))) \\ Altug Alkan, Apr 20 2018
CROSSREFS
Expansion of Product_{n>=1} (1 + ((b^2)*x)^n)^(-1/b): A081362 (b=1), A298993 (b=2), this sequence (b=3), A303131 (b=4), A303132 (b=5).
Cf. A303074.
Sequence in context: A128450 A361033 A132562 * A144984 A285059 A260551
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 19 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)