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.

A175808 n-th term is the length of a shortest common superstring of the binary representations of all natural numbers from 1 to n.

This page as a plain text file.
%I A175808 #13 Oct 09 2021 07:00:48
%S A175808 1,2,3,4,6,6,7,8,11,11,13,13,14,14,15,16,20,20,23,23,25,25,28,28,28,
%T A175808 28,29,29,30,30,31,32,37,37,41,41,44,44,48,48,50,50,52,52,55,55,59,59,
%U A175808 59,59,59,59,59,59,60,60,60,60,61,61,62,62,63,64
%N A175808 n-th term is the length of a shortest common superstring of the binary representations of all natural numbers from 1 to n.
%C A175808 If a(n) = 2^m, then we know that the lexicographically largest superstring coincides with the lexicographically largest de Bruijn sequence, B(2,m) (A166316(m)). - _Thomas Scheuerle_, Oct 09 2021
%F A175808 It appears that a(2^n-1) = 2^n-1 and a(2^n) = 2^n. - _Thomas Scheuerle_, Oct 09 2021
%e A175808 a(5)=6 because 6 is the length of 110100 or 101100, which are the 2 possible shortest common superstrings of 1,10,11,100,101.
%Y A175808 Cf. A175809 (number of shortest common superstrings).
%Y A175808 Cf. A056744 (least decimal values of shortest common superstrings).
%Y A175808 Cf. A166316, A016031.
%K A175808 nonn,base
%O A175808 1,2
%A A175808 _Vladimir Reshetnikov_, Sep 08 2010
%E A175808 a(23)-a(64) from _Thomas Scheuerle_, Oct 09 2021