OFFSET
0,5
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..2000
Andrew Sills, Rademacher-Type Formulas for Restricted Partition and Overpartition Functions, Ramanujan Journal, 23 (1-3): 253-264, 2010.
FORMULA
a(n) ~ 3^(1/12) * Pi^(19/12) * exp(Pi*sqrt(n/2)) / (Gamma(1/4) * Gamma(1/6) * 2^(35/24) * n^(25/24)).
MATHEMATICA
nmax = 60; CoefficientList[Series[Product[(1-x^(12*k)) * (1-x^(12*k-10)) * (1-x^(12*k-9)) / (1-x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 10 2017
STATUS
approved