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.

A075928 List of codewords in binary lexicode with Hamming distance 4 written as decimal numbers.

This page as a plain text file.
%I A075928 #11 Nov 22 2019 03:39:16
%S A075928 0,15,51,60,85,90,102,105,150,153,165,170,195,204,240,255,771,780,816,
%T A075928 831,854,857,869,874,917,922,934,937,960,975,1011,1020,1285,1290,1334,
%U A075928 1337,1360,1375,1379,1388,1427,1436,1440,1455,1478,1481,1525
%N A075928 List of codewords in binary lexicode with Hamming distance 4 written as decimal numbers.
%C A075928 The lexicode of Hamming distance d is constructed greedily by stepping through the binary vectors in lexicographic order and accepting a vector if it is at Hamming distance at least d from all already-chosen vectors.
%C A075928 The code is linear and infinite.
%C A075928 This is also the (infinite) d=4 Hamming code.
%C A075928 Lexicodes with even Hamming distance can be constructed from the preceding lexicode of odd Hamming distance by prepending a single parity bit.
%H A075928 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 A075928 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 A075928 Bob Jenkins, <a href="http://burtleburtle.net/bob/math/lexicode.html">Tables of Binary Lexicodes</a>
%H A075928 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 A075928 Cf. A075929, A075930, A075926, A075934, A075944, A075945, A075946, A075937, A075949, etc.
%Y A075928 A194851 is a subsequence.
%K A075928 nonn,easy,base
%O A075928 0,2
%A A075928 Bob Jenkins (bob_jenkins(AT)burtleburtle.net)