I feel that this is a combinatorial question, I just don't know how to go about counting this.
The way I'm thinking about it is you have a list of $n$ numbers that are all 0 or 1. $\{0,1,1,0,0,0...,1\}$. Normally you would have $2^n$ choices but this is a little bit different since some orientations will be the same. The complement $\{1,0,0,1,1,1...,0\}$ is the same and any rotations (ie just shifting the list) of either one is also the same. Does anybody know a good way to approach counting this?