Let $(x,q)_k$ denote the $q$-Pochhammer symbol and $\mathrm{Coeff}_n\hspace{0.1em} f(q)$ denote the coefficient of $q^n$ in $f(q)$. What I want to know is the large-$n$ asymptotic of \begin{align} \mathrm{Coeff}_n\hspace{0.1em} \frac{1}{(q;q)_k} \,, \end{align} and also \begin{align} \mathrm{Coeff}_n\hspace{0.1em} \frac{1}{(q;q)_\infty} =\mathrm{Coeff}_n\hspace{0.1em} \bigg( 1 + q + 2q^2 + 3q^3 + 5q^4 + 7q^5 + 11q^6 + 15q^7 + \cdots \bigg) \,. \end{align} How can I find these? I tried to use Mathematica, like this, \begin{align} & \texttt{DiscreteAsymptotic}\Big[ \texttt{SeriesCoefficient}\big[ 1/\texttt{QPochhammer}[q,q,k], \{q,0,n\} \big], n{\to}\infty \Big] \,,\\ & \texttt{DiscreteAsymptotic}\Big[ \texttt{SeriesCoefficient}\big[ 1/\texttt{QPochhammer}[q,q], \{q,0,n\} \big], n{\to}\infty \Big] \,, \end{align} but unfortunately it returned nothing. I would appreciate any help or suggestions.
One of my attempts was to use somehow the following $q$-binomial expression, \begin{align} \frac{1}{(x;q)_N} = \sum_{k=0}^\infty \binom{N+k-1}{k}_{\hspace{-0.15em} q} x^k \,, \end{align} but I am not sure whether if plugging in $q$ to $x$ results in anything useful...