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”).
%I #8 Nov 04 2024 18:35:55
%S 7,11,13,14,19,21,22,25,26,28,31,35,37,38,41,42,44,47,49,50,52,55,56,
%T 59,61,62,67,69,70,73,74,76,79,81,82,84,87,88,91,93,94,97,98,100,103,
%U 104,107,109,110,112,115,117,118,121,122
%N Positions of check bits in code in A075928.
%C This sequence can be constructed from A057716 (all natural numbers other than the powers of two) by prepending an inverted parity bit.
%H John Tyler Rascoe, <a href="/A075930/b075930.txt">Table of n, a(n) for n = 0..10000</a>
%H 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 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 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, A057716, A075936.
%K nonn,easy
%O 0,1
%A Bob Jenkins (bob_jenkins(AT)burtleburtle.net)