Let $n, j, k$ be three positive integers. Let $M(n,j,k)$ be the number of ways a set of $n$ elements can be partitioned into $j$ subsets, each of them containing at most $k$ elements.
What method should I use in order to understand the asymptotics of $M(n,j,k)$ when $n$ is large and $j$ and $k$ are some finite numbers?