What possibly easy ways are there to count the number of subsets of $\{1, 2, ..., n\}$ with $11$ elements, sum of which is divisible by $5$?
I started with making smaller subsets out of $\{6, 7, ..., n\}$ and then adding the remainder-correcting number(s) from $\{1, 2, 3, 4, 5\}$, but this approach leads to complications of its own. So any idea?