Problem
How many subsets are there of (the integers from to inclusive) containing no consecutive digits? That is, we do count but do not count .
For example, when , we have subsets overall but only contain no consecutive integers. The subsets are (the empty set), , , , , , and , but we exclude the final three of these.