A094858 Maximal number of longest common subsequences between any two binary strings of length n (Version 2).
1, 2, 2, 4, 4, 6, 8, 11, 15, 20, 26, 36, 51
Offset: 1
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
a(3) is maximal with x=1, y=2, giving a(3) = C(2,1) * C(3-1,3-2). This is equivalent to the number of instances of length-2 common subsequences between "aab" and "abb".
Comments