Let there be $n$ chairs, $C_1,C_2,\ldots,C_n$ around a circular table. A cat starts jumping from $C_1$ and after first jump it reaches to $C_3$, then after second jump it reaches to $C_6$ and so on. That is at the $k$th jump the cat skips $k$ chairs. Now my question:
Is there a bound on the number of jumps (depending on $n$) or an exact number of jumps such that the cat visits all the chairs at least once?
N.B I have proved that if $n$ is odd then there will at least be a chair that will not be visited ever. Thus $n$ must be even. Also there are instances of even $n$'s such that some chairs are not going to be visited ever. Thus I'm looking for a bound on the minimal number of jumps, whence the scenario is feasible for some even $n$.