Let n=d1d2d3d4=1000d1+100d2+10d3+d4, d1,d2,d3,d4∈[0,1,2,…,9], and S(n)=d1+d2+d3+d4.
Match the non-negative multiples of 6 less than 2000 into 167 pairs (x,y), x+y=1998, such that
(0,1998),(6,1992),(12,1986),…,(996,1002).
For each pair (x,y), let x=a1a2a3a4, y=b1b2b3b4, then
1000(a1+b1)+100(a2+b2)+10(a3+b3)+(a4+b4)=x+y=1998.
Since x,y are even, a4,b4≤8. So a4+b4≤16<18. Thus, a4+b4=8. Since a3+b3≤18<19, a3+b3=9.
Similarly, we can obtain a2+b2=9 and a1+b1=1. Thus,
S(x)+S(y)=(a1+b1)+(a2+b2)+(a3+b3)+(a4+b4)=1+9+9+8=27.
Consequently, there is only one of S(x) and S(y) that is the multiple of 6. (This is because that x, y are all multiples of 3, so are S(x) and S(y).) That is, there is only one of x and y which is a six match number.
Therefore, there are 167 six match numbers less than 2000, and there is just one six match number between 2000 and 2011.
Therefore, the answer is 167+1=168.