A280938 Expansion of Product_{k>=1} (1 - x^(8*(2*k-1))) * (1 - x^(8*k)) / (1 - x^k).
1, 1, 2, 3, 5, 7, 11, 15, 20, 28, 38, 50, 67, 87, 113, 146, 187, 237, 301, 378, 473, 590, 732, 903, 1113, 1364, 1666, 2030, 2464, 2981, 3600, 4332, 5201, 6229, 7442, 8869, 10551, 12521, 14829, 17531, 20684, 24357, 28638, 33607, 39375, 46062, 53798, 62736
Offset: 0
Keywords
References
- D. M. Bressoud, Analytic and combinatorial generalizations of the Rogers-Ramanujan identities, Mem. Amer. Math. Soc. 24 (1980), no. 227, 54 pp.
Links
- Vaclav Kotesovec, Table of n, a(n) for n = 0..5000
- Andrew Sills, Rademacher-Type Formulas for Restricted Partition and Overpartition Functions, Ramanujan Journal, 23 (1-3): 253-264, 2010.
- Wikipedia, Bailey pair.
Crossrefs
Programs
-
Mathematica
nmax = 50; CoefficientList[Series[Product[(1-x^(8*(2*k-1))) * (1-x^(8*k)) / (1-x^k), {k, 1, nmax}], {x, 0, nmax}], x]
Formula
a(n) ~ Pi * BesselI(1, Pi * sqrt(13*(24*n-1))/24) / (4*sqrt((24*n-1)/13)).
a(n) ~ exp(Pi*sqrt(13*n/6)/2) * 13^(1/4) / (2^(13/4) * 3^(1/4) * n^(3/4)) * (1 -(3*sqrt(3)/(2*Pi*sqrt(26)) + Pi*sqrt(13)/(96*sqrt(6)))/sqrt(n) + (13*Pi^2/110592 - 45/(208*Pi^2) + 5/128)/n).
Comments