Suppose you have $n$ bins, and $t \in \{0,1,\cdots,n\}$ balls. How many ways are there to arrange the balls, such that we have exactly $j$ streaks of 3.
Examples: $n=5$, $t=4$
OOO_O - includes 1 run of 3.
_OOOO - includes 2 runs of 3.
Suppose you have $n$ bins, and $t \in \{0,1,\cdots,n\}$ balls. How many ways are there to arrange the balls, such that we have exactly $j$ streaks of 3.
Examples: $n=5$, $t=4$
OOO_O - includes 1 run of 3.
_OOOO - includes 2 runs of 3.