I was thinking about the following problem:
There is a set [n], and $l>0$. How many different triples $(s_1, s_2, s_3)$ there are with following properties:
$s_1, s_2$ and $s_3$ are sequences all with lenght $l$ over [n] such that at each position any number from [n] can be chosen (so, for $l = 4$, and n =4, $s_1 = 1,1,2,3 $ is one such sequence, some elements from [n] might be unselected).
considering $s_i, 1\leq i \leq 3 $ as the sets, no letters exist in common for all $s_i,$ i.e, $$\bigcap_{i=1}^3 s_i = \emptyset.$$
I solved the problem with $s_1$ and $s_2$ by using formula of inclusion-exclusion. I am wondering if there are som other principle of solving this problem with the number of three sequences and try to use it here the same, but I stucked in hard derivations.
Thanks for any help!
PS. I am also interesting in a general problem: when there are $m$ sequences. There are some principle of solving such things considering these problems as the table problems. If someone is familiar with literature (or some papers) which can be of help, please share me the info.