Given the set , we define as the number of its -element subsets with an odd sum of elements. For example, , since the set has four -element subsets having an odd sum of elements, i.e.: , , and .
When all three values , and are odd, we say that they make
an odd-triplet .
There are exactly five odd-triplets with , namely: , , , and .
How many odd-triplets are there with ?
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.