I want to find an index of each group duplicate value like this:
s = [2,6,2,88,6,...]
The results must return the index from original s
original s