I have a series of number in binary system as following:
0, 10, 110, 1110, 11110, 111110, 1111110, 11111110, ...
I want to understand : Is there a general seri for my series?
I found this series has a formula as following:
(Number * 2) + 2
but i don't know this formula is correct or is there a general series (such as fibonacci) for my issue.