Design a sequence generator circuit with 4 outputs W,X,Y and Z. The circuit should generate the following sequence of output patterns: 0001, 0011, 1100, 1000. After 1000, the circuit should repeat the sequence starting at 0001 again. Give the FSM, state table and implementation circuit.