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.

A075952 List of codewords in binary lexicode with Hamming distance 12 written as decimal numbers.

This page as a plain text file.
%I A075952 #1 May 16 2003 03:00:00
%S A075952 0,4095,258111,262080,1864135,1867320,2064888,2067975,6599385,6602022,
%T A075952 6767334,6769945,7914270,7916769,8074017,8076510,11097450,11098773,
%U A075952 11183445,11184810,11871405,11873106,11981970,11983725
%N A075952 List of codewords in binary lexicode with Hamming distance 12 written as decimal numbers.
%D A075952 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 A075952 Bob Jenkins, <a href="http://burtleburtle.net/bob/math/lexicode.html">Tables of Binary Lexicodes</a>
%H A075952 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 A075952 Cf. A075928, A075929, A075930, A075953, A075954, A075949, A075946, A075958.
%K A075952 nonn
%O A075952 0,2
%A A075952 Bob Jenkins (bob_jenkins(AT)burtleburtle.net)