Number of n-digit binary strings such that for all 2 <= k <= n, the string formed by the first k digits of the original string is composed of at least one-quarter 1's and one-quarter 0's.
A268691
Number of n-digit binary strings such that for all 2 <= k <= n, the string formed by the first k digits of the original string is composed of at least one-quarter 1's and one-quarter 0's.
Terms
- a(0) =1a(1) =2a(2) =2a(3) =4a(4) =8a(5) =12a(6) =24a(7) =48a(8) =96a(9) =180a(10) =360a(11) =720a(12) =1440a(13) =2820a(14) =5640a(15) =11280a(16) =22560a(17) =44760a(18) =89520a(19) =179040a(20) =358080a(21) =713760a(22) =1427520a(23) =2855040a(24) =5710080a(25) =11403060a(26) =22806120a(27) =45612240a(28) =91224480a(29) =182321460
External references
- oeis: A268691