I am having trouble determining if the following set is convex
$$\ \{x \in R^{n}: \sum_{i=0}^n i\sin(x_i) \le 1 \}$$
My intuition tells me that it is not convex, because of the periodicity of trig functions, but on the other hand, a sin(x) is less than 1 on all periods due to that being the largest value it ever takes on. How should I go about determining the convexity of a set that is defined by trig functions?