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.

A075926 List of codewords in binary lexicode with Hamming distance 3 written as decimal numbers.

This page as a plain text file.
%I A075926 #11 Jun 10 2020 17:43:08
%S A075926 0,7,25,30,42,45,51,52,75,76,82,85,97,102,120,127,385,390,408,415,427,
%T A075926 428,434,437,458,461,467,468,480,487,505,510,642,645,667,668,680,687,
%U A075926 689,694,713,718,720,727,739,740,762,765,771,772,794,797,809
%N A075926 List of codewords in binary lexicode with Hamming distance 3 written as decimal numbers.
%C A075926 This is also the (infinite) d=3 Hamming code.
%H A075926 Rémy Sigrist, <a href="/A075926/b075926.txt">Table of n, a(n) for n = 0..8191</a>
%H A075926 J. H. Conway and N. J. A. Sloane, <a href="https://doi.org/10.1109/TIT.1986.1057187">Lexicographic codes: error-correcting codes from game theory</a>, IEEE Transactions on Information Theory, 32:337-348, 1986.
%H A075926 R. W. Hamming, <a href="https://signallake.com/innovation/hamming.pdf">Error Detecting and Error Correcting Codes</a>, Bell System Tech. J., Vol. 29, April, 1950, pp. 147-160.
%H A075926 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 A075926 Cf. A075928, A075929, A075930, A075927, A057716, A075931.
%K A075926 nonn,easy,base
%O A075926 0,2
%A A075926 Bob Jenkins (bob_jenkins(AT)burtleburtle.net)