Let a sequence have 200 zeroes to start with. In step 1, to every position in the sequence we add 1. In step 2, to every even position in the sequence we add 1. In step 3, to every position which is a multiple of 3, we add 1. This is continued up to 200-th step. After the 200-th step, what will be the value in the 128th position?