How to get the oddly indexed elements in a list? I am thinking of Select, but did not find anything returning an element’s position, especially considering there are repetitive elements in the list.
Also in general, how to select those elements whose indices satisfy some certain conditions?
There are a lot of ways, here are some of them:
In general, with Pick[] (as an example) you can model any conceivable index mask.