Let $A_i$ be the set of sums of consecutive numbers from $i$ to $i+n$ for each $n$, where the sum is greater than $2i+1$: $$A_i = \left\{ \sum_{k=i}^{i+n} k \mid n \in \mathbb{N}, \sum_{k=i}^{i+n} k \gt 2i+1\right\}$$ and $$A = \bigcup_{i=1}^\infty A_i$$
Then let $B$ be the set of all powers of two, greater than 2:
$$B=\{2^n\mid n\in\mathbb{N}, n \gt 1\}$$ and $$C = A \cup B$$ Now can we prove that $$\mathbb{P} = \mathbb{N} \ \backslash \ C$$ (where $\mathbb{P}$ is the set of all primes)?