If I have six state registers, I have 2^n values or 64 states. What if I have 3 inputs? Do I simply multiply it by 3? Also, with 6 registers, the total transitions can be calculated using 2^m * 2^n. So that's, what, 512 total transitions. And by that logic I should have 8 transitions from each state, right?