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.
%I A075959 #1 May 16 2003 03:00:00 %S A075959 16383,2080895,31572879,107367603,178951509,852302358,7518471868, %T A075959 26845989734,45099980558,80807926649,413395279134,1650354704301, %U A075959 2886522559562,13195482418386,22129859675967,105554498880184 %N A075959 Basis for code in A075958. %D A075959 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 A075959 Bob Jenkins, <a href="http://burtleburtle.net/bob/math/lexicode.html">Tables of Binary Lexicodes</a> %H A075959 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 A075959 a(n) = b(2^n), where b is A075958, the binary lexicode, d=14. %F A075959 b(n) = XOR(a(i)) for all i where the i-th bit is set in n. %Y A075959 Cf. A075928, A075929, A075930, A075958, A075960, A075956, A075953, A075965. %K A075959 nonn %O A075959 0,1 %A A075959 Bob Jenkins (bob_jenkins(AT)burtleburtle.net)