Define fib(1) = 1, fib(2) = 0, and fib(n) = concat(fib(n-1), fib(n-2)). Then fib(n) is the prefix of length F(n) of the infinite Fibonacci word A003849. The word binomial coefficient for two words (x, y) is the number of occurrences of y as a (scattered) subword of x.