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.

A075955 List of codewords in binary lexicode with Hamming distance 13 written as decimal numbers.

This page as a plain text file.
%I A075955 #1 May 16 2003 03:00:00
%S A075955 0,8191,1040447,1048512,15786439,15793720,16712184,16719367,53683801,
%T A075955 53688742,54314598,54319513,63162270,63166561,63711137,63715422,
%U A075955 89475754,89478485,89827989,89830762,94743405,94745746,95046482
%N A075955 List of codewords in binary lexicode with Hamming distance 13 written as decimal numbers.
%D A075955 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 A075955 Bob Jenkins, <a href="http://burtleburtle.net/bob/math/lexicode.html">Tables of Binary Lexicodes</a>
%H A075955 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 A075955 Cf. A075928, A075929, A075930, A075956, A075957, A075958, A075949, A075961.
%K A075955 nonn
%O A075955 0,2
%A A075955 Bob Jenkins (bob_jenkins(AT)burtleburtle.net)