Consider the following sequence:
$$a_1=1$$ $$a_n=\text{Number of subsets of } \{a_1,a_2,...,a_{n-1}\} \text{ that sum to } a_{n-1}$$
The first few elements of that sequence are
$$1,1,2,2,3,5,6,...$$
What can be said about this sequence?
A simple observation is that since $\{a_{n-1}\}$ trivially sums to itself, $a_n\ge 1$ for all $n\in\mathbb{N}$.
Also, since the number of subsets of an $n$-element set is $2^n$, $a_n\le 2^{n-1}$.
Note that it is far from trivial whether the sequence is even monotonous, since it could be that for some $n\in \mathbb{N}$, $a_n$ explodes to a value so large that there is no subset of $\{a_1,a_2,...,a_{n}\}$ besides $\{a_n\}$ that sums to it, making $a_{n+1}=1$.