If I am given a sequence X = {x1,x2,....xm}, then I will have (2^m) subsequences.
Can anyone please explain how can I arrive at this formula intuitivel
Basically you will have twice as many subsequences for each new number since you'll have (2^(m-1)) "equivalent" subsequences that are shifted one space to the right (assuming horizontal ordering and adding in the right) plus the subsequence of all elements.