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.

A075965 Basis for code in A075964.

This page as a plain text file.
%I A075965 #2 Feb 20 2005 03:00:00
%S A075965 65535,16711935,252645135,858993459,1431655765,2523490710,64425505596,
%T A075965 219046689807,365122770518,644299577754,3311504066038,5570865221243,
%U A075965 26401251330613,44053766282056,211127799335772
%N A075965 Basis for code in A075964.
%D A075965 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 A075965 Bob Jenkins, <a href="http://burtleburtle.net/bob/math/lexicode.html">Tables of Binary Lexicodes</a>
%H A075965 Ari Trachtenberg, <a href="http://ipsit.bu.edu/phdthesis_html/phdthesis_html.html">Error-Correcting Codes on Graphs: Lexicodes, Trellises and Factor Graphs</a>
%F A075965 a(n) = b(2^n), where b is A075964, the binary lexicode, d=16.
%F A075965 b(n) = XOR(a(i)) for all i where the i-th bit is set in n.
%Y A075965 See also A075928, A075929, A075930, A075964, A075966, A075962, A075959, A075971.
%K A075965 nonn
%O A075965 0,1
%A A075965 Bob Jenkins (bob_jenkins(AT)burtleburtle.net)