Ok, just to consolidate.
1, 2, 4, 8 ,16,..... i.e. $2^0, 2^1, 2^2, 2^3, ... 2^11$ is the simplest sequence that will serve your purpose.
You can see that easily by writing all possible combos in binary form, viz. 1, 10, 11, 100, 101, ...
and observe that each is unique.
You can have other sequences. 3^0, 3^1, 3^2, 3^3, .... will obviously do, but interestingly, besides adding combos, you can also subtract appropriately to get 1, 2, 3,.....$3^{n-1}$ , e.g.
1, 3-1, 3 , 3+1, 9-3-1, 9-3, 9-3+1, 9-1, 9, ......
This fact is used in the puzzle of a traveller who has a 40-link gold chain, and must pay the inn-keeper 1 link a day for 40 days.