A160461 Coefficients in the expansion of C/B^2, in Watson's notation of page 106.
1, 2, 5, 10, 20, 35, 63, 105, 175, 280, 444, 685, 1050, 1575, 2345, 3439, 5005, 7195, 10275, 14525, 20405, 28428, 39375, 54150, 74080, 100715, 136265, 183365, 245645, 327485, 434810, 574790, 756965, 992950, 1297940, 1690500, 2194642, 2839695, 3663225, 4711160
Offset: 0
Examples
x^3+2*x^27+5*x^51+10*x^75+20*x^99+35*x^123+63*x^147+...
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..1000
- Watson, G. N., Ramanujans Vermutung ueber Zerfaellungsanzahlen. J. Reine Angew. Math. (Crelle), 179 (1938), 97-128.
Crossrefs
Programs
-
Mathematica
nmax = 50; CoefficientList[Series[Product[(1 - x^(5*k))/(1 - x^k)^2, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Nov 26 2016 *)