According to the question, each set must contain minimum two elements, such that sum of smallest and largest element is 13
If set contains smallest number 1 and largest number −12, then we can select other elements of subset from {2,3,…,12}
So, number of subsets are 210
If set contains smallest number 2 and largest number 11 then we can select other elements of subset from {34,…,10}
So, number of subsets are 28.
Similarly, we have subsets 26,24,22,20
So, total number of subsets 1+22+24+⋯+210=1365