A093382 a(n) = length k of longest binary sequence x(1) ... x(k) such that for no n <= i < j <= k/2 is x(i) ... x(2i) a subsequence of x(j) ... x(2j).
11, 31, 199
Offset: 1
Examples
a(1) = 11 from 01110000000.
References
- a(1) - a(3) computed by R. Dougherty, who finds that a(4) >= 187205.
Links
- H. M. Friedman, Long finite sequences, J. Comb. Theory, A 95 (2001), 102-144.
Comments