What are the next 5 digits in the following series?
10101000101000101000
a sequence is minimally defined by 3 elements
101010 0 010100 0 101000
the elements are split by a separator, 0, acting like a ','
the elements are logically shifted to the left
thus
101010 0 010100 0 101000 -> 0 010000
the next 5 digits are 00100