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!)
A370739 a(n) = 5^(2*n) * [x^n] Product_{k>=1} (1 + 3*x^k)^(1/5). 3
1, 15, -75, 35250, -1138125, 72645000, -3307996875, 244578890625, -15502648125000, 985908809765625, -63515254624218750, 4314500023927734375, -291905297026816406250, 19789483493484814453125, -1355414138248614990234375, 93666904586649390380859375, -6498800175020013123779296875 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
In general, if d > 1, m > 1 and g.f. = Product_{k>=1} (1 + d*x^k)^(1/m), then a(n) ~ (-1)^(n+1) * QPochhammer(-1/d)^(1/m) * d^n / (m*Gamma(1 - 1/m) * n^(1 + 1/m)).
LINKS
FORMULA
G.f.: Product_{k>=1} (1 + 3*(25*x)^k)^(1/5).
a(n) ~ (-1)^(n+1) * QPochhammer(-1/3)^(1/5) * 75^n / (5 * Gamma(4/5) * n^(6/5)).
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[1+3*x^k, {k, 1, nmax}]^(1/5), {x, 0, nmax}], x] * 25^Range[0, nmax]
nmax = 20; CoefficientList[Series[Product[1+3*(25*x)^k, {k, 1, nmax}]^(1/5), {x, 0, nmax}], x]
CROSSREFS
Cf. A032308 (d=3,m=1), A370711 (d=3,m=2), A370712 (d=3,m=3), A370738 (d=3,m=4).
Cf. A032302 (d=2,m=1), A370709 (d=2,m=2), A370716 (d=2,m=3), A370736 (d=2,m=4), A370737 (d=2,m=5).
Cf. A000009 (d=1,m=1), A298994 (d=1,m=2), A303074 (d=1,m=3)
Sequence in context: A007328 A222909 A049391 * A247264 A212093 A212241
KEYWORD
sign
AUTHOR
Vaclav Kotesovec, Feb 28 2024
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 August 14 17:57 EDT 2024. Contains 375166 sequences. (Running on oeis4.)