I 'm stuck in to this problem and I really need your help. Sorry if the title is not very informative. It is really hard for me to explain it in one sentence. I do my best in explaining it:
There exists these two natural integers:
m $\in \mathbb{N}$
$a_i \in \mathbb{N}$ for $i=1 \cdots m$
and some object with which I create a structure like this:
$$\matrix{
1_1 & 1_2 & ... & 1_m \\
1_1,2_1&1_2,2_2&...&1_m,2_m \\
1_1,2_1,3_1 &1_2,2_2,3_2 & \ldots & 1_m,2_m,3_m \\
\vdots & \vdots & \vdots & \vdots \\
1_1,2_1,...,a_1 & 1_2,2_2,...,a_2, &\ldots & 1_m,2_m,...,a_m\\
}$$
We can create new object by placing objects of different columns beside each other. All possible combinations has a general format like this:
$$(1_1),(1_2),...,(1_m)\\ (1_1),(1_2,2_2),...,(1_m)\\ ...\\ (1_1),(1_2),...,(1_m,2_m)\\ (1_1,2_1),(1_2),...,(1_m)\\ (1_1,2_1),(1_2,2_2),...,(1_m)\\ ...\\ (1_1,2_1),(1_2),...,(1_m,2_m)\\ ...\\ ...\\ (1_1,2_1,...,a_1),(1_2,2_2,...,a_2),...,(1_m,2_m,...,a_m)$$
I added the parenthesizes to make it more clear. Order is not important
In other words, I create all the combination of the objects in the first, second and ... and $a_1-th$ rows on the first column with the the first, second and ... and $a_2-th$ rows of the second column and so on. I each of these combinations there is an element from each and every column.
I think all possible combinations is $a_1 \times a_2 \times ... \times a_m$.
But, There is a restriction on number of objects in each of these combinations. let it be $$h\in \mathbb{N}$$ Number of objects in a combination can not be greater that $h$.
Now, the question is:
how many combinations do exist that satisfy this condition? (Order is not important)
Thanks for your helps.