Design a 3-bit counter that counts the following sequence:1, 2, 4, 5, 7, 1, 2, etc. This counter has an output"odd" whose value is 1 when the current count value isodd. Use the sequential design technique. Start from a statediagram, draw the state table, minimize the logic, and draw the final circuit.