The set A has $n$ elements, and so has $2^n$ subsets. The subsets are placed into an urn, and $m$ subsets $B_1, \dots, B_m$ are drawn in order at random with replacement from the urn. (Each subset has probability $\frac{1}{2^n}$.) What is the probability that $$B_1 \subseteq B_2 \subseteq \dots \subseteq B_m?$$
I'm not really sure how to approach this problem; the only thing I can think of is a counting argument of some sort, but it seems like that would involve a lot of casework about the sizes of the sets.