login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Positions of check bits in code in A075946.
5

%I #1 May 16 2003 03:00:00

%S 511,7711,26215,43691,54613,77013,143153,184230,202940,276813,345179,

%T 480029,544139,761113,1072338,1359202,1694281,2144108,2517759,2795038,

%U 4010901,4242830,4993784,5477626,7987334,8483793,9235006

%N Positions of check bits in code in A075946.

%D 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 Bob Jenkins, <a href="http://burtleburtle.net/bob/math/lexicode.html">Tables of Binary Lexicodes</a>

%H 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 Cf. A075928, A075929, A075930, A075946, A075947, A075945, A075942, A075954.

%K nonn

%O 0,1

%A Bob Jenkins (bob_jenkins(AT)burtleburtle.net)