$[20] = \{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20\}$.
We could probably remove all $n < 4 \text { and all } n > 15$. Then the new set will have $2^ {12}$ subsets. Now I am not sure how to get rid of all subsets in $\{4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15\}$ that don't contain $4 \text { and } 15$. Then we could subtract that number of removed subsets from $2^{12}$. Or, maybe, all this is either simply wrong or inefficient. Any hints and/or comments would be appreciated.