They can be described with 2n * log(4(n + 1)) bits, since each of the n states has two rules, and each rule specifies a new binary symbol, a left or right direction, and a new state which can also be the halt state.
For n=2, this gives 12^4 = 20736 machines. I have no idea where the number 6561 comes from.