What is the $n^{th}$ binary number

56 Views Asked by At

After removing all binary numbers containing two successive ones, we need to find the $n^{th}$ binary number. The series formed is 0,1,10,100,101,1000,... and we need its $n^{th}$ number.