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.

A075964 List of codewords in binary lexicode with Hamming distance 16 written as decimal numbers.

This page as a plain text file.
%I A075964 #2 Feb 20 2005 03:00:00
%S A075964 0,65535,16711935,16776960,252645135,252702960,267390960,267448335,
%T A075964 858993459,859032780,869020620,869059635,1010580540,1010615235,
%U A075964 1019428035,1019462460,1431655765,1431677610,1437226410,1437248085
%N A075964 List of codewords in binary lexicode with Hamming distance 16 written as decimal numbers.
%D A075964 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 A075964 Bob Jenkins, <a href="http://burtleburtle.net/bob/math/lexicode.html">Tables of Binary Lexicodes</a>
%H A075964 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 A075964 See also A075928, A075929, A075930, A075965, A075966, A075961, A075958, A075970.
%K A075964 nonn
%O A075964 0,2
%A A075964 Bob Jenkins (bob_jenkins(AT)burtleburtle.net)