Let $a(n,m)$ denote the number of set possible partitions of $\{1,2, \dots ,n\}$ into subsets with max size $m$. Thus all subsets have number of elements $\leq m$.
I found a formulation for a similar problem in which the number of partitions was constrained by the variable $k$.
When $n=m$ the number of possible partitions is defined by the sequence of bell numbers, but how do I solve this in general when $m < n$?
I listed motivation in comments and the provided links show the research I have performed in an attempt to solve this.