Please, check whether I'm correct. Consider a standard deck of cards.
Firstly, how many ways can we equally deal whole deck among $4$ people? Fairly simple question, for we choose $13$ cards from the whole deck, $4$ times. Then we divide the answer by $4!$, for each ordering, which should finally equal to $$\binom{52}{13}*\binom{39}{13}*\binom{26}{13}*\binom{13}{13}\over4!$$
Secondly, how many ways can we pick $13$ cards, such that the choice includes at least one of each suit. That should be $$\binom{4}{1}*\binom{13}{1}*\binom{13}{1}*\binom{13}{1}*\binom{48}{9}$$
since there are four suits, that gives us 1 card to choose from $4$ suits, or $\binom{4}{1}$ ways. Then, for each of the other three suits we can choose in $\binom{13}{1}$ ways. Finally that leaves us with $48$ other cards and $9$ other draws.
Last question is a combination of the previous two. How many ways can we deal cards like in first example, with only exception being that the first player has to have at least one of each suit, like in second example. Using the same logic, that should result in $$\binom{4}{1}*\binom{13}{1}*\binom{13}{1}*\binom{13}{1}*\binom{48}{9}*\frac{\binom{39}{13}*\binom{26}{13}*\binom{13}{13}}{3!}$$
Are my findings correct? Please, point out any mistakes you saw in this. Thank you in advance.
Your count of $13$ cards with at least one of each suit is not correct. You are multiple counting every hand. If a hand has the ace, 2, and 3 of spades, you count it once when the ace is the first spade and the 2 and 3 are in the remaining nine cards, then again when the 2 is the first spade and again when the 3 is the first spade.
Once you fix the problem with the second, the third becomes correct if you make the denominator $3!$ because there are only three other hands you can permute.