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!)
A291692 Expansion of Product_{k>=1} (1+x^(k^3))^(k^3). 4
1, 1, 0, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0, 0, 28, 28, 0, 0, 0, 0, 0, 0, 56, 56, 0, 27, 27, 0, 0, 0, 70, 70, 0, 216, 216, 0, 0, 0, 56, 56, 0, 756, 756, 0, 0, 0, 28, 28, 0, 1512, 1512, 0, 351, 351, 8, 8, 0, 1890, 1890, 0, 2808, 2808, 65, 65, 0, 1512, 1512, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
COMMENTS
In general, if m > 0 and g.f. = Product_{k>=1} (1+x^(k^m))^(k^m), then a(n, m) ~ c * exp((2*m+1) * ((2^(1+1/m)-1) * Gamma(1/m) * Zeta(2+1/m))^(m/(2*m+1)) * n^((m+1)/(2*m+1)) / ((2*m+2)^((m+1)/(2*m+1)) * m^(3*m/(2*m+1)))) * ((2^(1+1/m)-1) * (m+1) * Gamma(1/m) * Zeta(2+1/m))^(m/(4*m+2)) / (sqrt(2*m+1) * sqrt(Pi) * 2^((3*m+2)/(4*m+2)) * m^((m-1)/(4*m+2)) * n^((3*m+1)/(4*m+2))), where c = 2^(-1/12) for m = 1 and c = 1 for m > 1.
LINKS
FORMULA
a(n) ~ exp(7*((2^(4/3)-1) * Gamma(1/3) * Zeta(7/3))^(3/7) * n^(4/7) / (2^(12/7) * 3^(9/7))) * ((2^(4/3)-1) * Gamma(1/3) * Zeta(7/3))^(3/14) / (2^(5/14) * 3^(1/7) * sqrt(7*Pi) * n^(5/7)).
MATHEMATICA
nmax = 100; CoefficientList[Series[Product[(1 + x^(k^3))^(k^3), {k, 1, nmax}], {x, 0, nmax}], x]
nmax = 100; s = 1 + x; Do[s *= Sum[Binomial[k^3, j]*x^(j*k^3), {j, 0, Floor[nmax/k^3] + 1}]; s = Select[Expand[s], Exponent[#, x] <= nmax &]; , {k, 2, nmax}]; Take[CoefficientList[s, x], nmax]
CROSSREFS
Cf. A026007 (m=1), A291649 (m=2).
Sequence in context: A261117 A098432 A197623 * A127583 A273818 A326801
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 30 2017
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 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)