Combination Challenge – 2025/04/29

Let $f(n)$ be the number of binary strings with length as $n$ that they do not contain a sub-string as “$010$” nor “$101$”. Prove that for $n\ge 3$: $f(n)=f(n-1)+f(n-2)$ 🔑

This entry was posted in Combinatorics. Bookmark the permalink.