A binary string is a sequence, each of whose terms is 0 or 1. A set B of binary strings is defined inductively according to the following rules.[*]The binary string 1 is in B.[/*]
[*]If s1,s2,…,sn is in B with n odd, then both s1,s2,…,sn,0 and 0,s1,s2,…,sn are in B.[/*]
[*]If s1,s2,…,sn is in B with n even, then both s1,s2,…,sn,1 and 1,s1,s2,…,sn are in B.[/*]
[*]No other binary strings are in B.[/*]For each positive integer n, let bn be the number of binary strings in B of length n.[*]Prove that there exist constants c1,c2>0 and 1.6<λ1,λ2<1.9 such that c1λ1n<bn<c2λ2n for all positive integer n.[/*]
[*]Determine liminfn→∞nbn and limsupn→∞nbn[/*]
Note: The problem is open in the sense that no solution is currently known to part (b).