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.

A075946 List of codewords in binary lexicode with Hamming distance 10 written as decimal numbers.

This page as a plain text file.
%I A075946 #1 May 16 2003 03:00:00
%S A075946 0,1023,31775,32736,232551,233368,258168,258951,824491,825172,846004,
%T A075946 846667,989388,990003,1008851,1009452,1386837,1387178,1398090,1398453,
%U A075946 1484082,1484493,1497389,1497810,1687038,1687041,1688033
%N A075946 List of codewords in binary lexicode with Hamming distance 10 written as decimal numbers.
%D A075946 J. H. Conway and N. J. A. Sloane, Lexicographic codes: error-correcting codes from game theory, IEEE Transactions on Information Theory, 32:337-348, 1986.
%H A075946 Bob Jenkins, <a href="http://burtleburtle.net/bob/math/lexicode.html">Tables of Binary Lexicodes</a>
%H A075946 Ari Trachtenberg, <a href="http://ipsit.bu.edu/phdthesis_html/phdthesis_html.html">Error-Correcting Codes on Graphs: Lexicodes, Trellises and Factor Graphs</a>
%Y A075946 Cf. A075928, A075929, A075930, A075947, A075948, A075943, A075940, A075952.
%K A075946 nonn
%O A075946 0,2
%A A075946 Bob Jenkins (bob_jenkins(AT)burtleburtle.net)