Or better yet, any negative integer n.
But the trick to this question is to do the question backwards:
Let 6n - 1 = x
6n - 1 = x
6n = (x+1)
You know that the right hand side must be a multiple of 6 because the left hand side is 6n and n is an integer.
Now all you have to do is pick a non prime number that's 1 less than the multiple of 6. You can list out the multiples of 6:
6, 12, 18, 24, 30, 36, 42, 48, 54, 60, 66, 72, 78, 84, 90.
Look through the list and see which of those numbers, when you subtract 1 from them, don't give a prime. So 36 is a good example. Then x = 35 or x+1 = 36 (the right hand side).
6n = x + 1
6n = 36
n = 6
Not very useful for this question, but could be for harder ones.