cp's OEIS Frontend

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.

A094824 Maximum number of longest common substrings of two binary sequences of length n.

This page as a plain text file.
%I A094824 #7 Apr 17 2019 05:52:12
%S A094824 1,2,2,2,3,3,4,6,6,7,7,8,8,10,11,12,14
%N A094824 Maximum number of longest common substrings of two binary sequences of length n.
%C A094824 A substring of a string is a subsequence of contiguous symbols in the string. For example, 00 is a substring of 001 but not of 010. For this sequence we do not count the multiplicity of occurrence of common substrings.
%H A094824 Sean A. Irvine, <a href="https://github.com/archmageirvine/joeis/blob/master/src/irvine/oeis/a094/A094824.java">Java program</a> (github)
%e A094824 a(7) = 4 since the two strings 0001011 and 0011010 have as maximum length common substrings the 4 strings 011,001,101,010 and computer search shows that no other pair of strings of length 7 has more than 4 common maximum length substrings.
%Y A094824 See A094837 for a related sequence.
%K A094824 hard,more,nonn,nice
%O A094824 1,2
%A A094824 _W. Edwin Clark_, Jun 12 2004
%E A094824 a(1)-a(12) verified and extended to a(13), a(14) by _John W. Layman_, Jun 17 2004
%E A094824 a(15)-a(17) from _Sean A. Irvine_, Apr 17 2019