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!)
A285246 Expansion of Product_{k>=1} (1 - x^(5*k))^(5*k) / (1 - x^k)^k. 3
1, 1, 3, 6, 13, 19, 43, 71, 130, 217, 380, 619, 1049, 1685, 2757, 4404, 7027, 11014, 17326, 26820, 41488, 63514, 96970, 146808, 221659, 332212, 496439, 737535, 1091938, 1608564, 2361929, 3452736, 5031138, 7302373, 10566038, 15234196, 21900182, 31380435 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
In general, if m > 1 and g.f. = Product_{k>=1} (1 - x^(m*k))^(m*k)/((1 - x^k)^k), then a(n, m) ~ exp(1/12 - m/12 + 3 * 2^(-2/3) * (1-1/m)^(1/3) * Zeta(3)^(1/3) * n^(2/3)) * 2^(-(m+11)/36) * A^(m-1) * (m-1)^((7-m)/36) * m^(-(2*m+7)/36) * Zeta(3)^((7-m)/36) * n^((m-25)/36) / sqrt(3*Pi), where A is the Glaisher-Kinkelin constant A074962. - Vaclav Kotesovec, Apr 16 2017
LINKS
FORMULA
G.f.: Product_{k>=0} 1 / ((1-x^(5*k+1))^(5*k+1) * (1-x^(5*k+2))^(5*k+2) * (1-x^(5*k+3))^(5*k+3) * (1-x^(5*k+4))^(5*k+4)).
a(n) ~ exp(-1/3 + 3*(Zeta(3)/5)^(1/3)*n^(2/3)) * A^4 * Zeta(3)^(1/18) / (2^(1/3) * 5^(17/36) * sqrt(3*Pi) * n^(5/9)), where A is the Glaisher-Kinkelin constant A074962. - Vaclav Kotesovec, Apr 16 2017
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[1 / ((1-x^(5*k+1))^(5*k+1) * (1-x^(5*k+2))^(5*k+2) * (1-x^(5*k+3))^(5*k+3) * (1-x^(5*k+4))^(5*k+4)), {k, 0, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Apr 15 2017 *)
nmax = 50; CoefficientList[Series[Product[(1 - x^(5*k))^(5*k)/((1 - x^k)^k), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Apr 15 2017 *)
PROG
(PARI) x='x+O('x^100); Vec(prod(k=0, 100, 1 / ((1 - x^(5*k + 1))^(5*k + 1)*(1 - x^(5*k + 2))^(5*k + 2)*(1 - x^(5*k + 3))^(5*k + 3)*(1 - x^(5*k + 4))^(5*k + 4)))) \\ Indranil Ghosh, Apr 15 2017
CROSSREFS
Product_{k>=1} (1 - x^(m*k))^(m*k)/(1 - x^k)^k: A262811 (m=2), A262923 (m=3), A285215 (m=4), this sequence (m=5).
Sequence in context: A064349 A101965 A230370 * A147009 A361273 A318228
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 15 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)