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.

A075944 Basis for code in A075943.

Original entry on oeis.org

511, 15887, 116275, 412245, 693418, 3165290, 12603032, 21139155, 38803550, 201349286, 336626733, 609260174, 3221261509, 5374090380, 25769843817, 43016936625, 78384372260, 412317013686, 687266122367, 1238028666383
Offset: 0

Views

Author

Bob Jenkins (bob_jenkins(AT)burtleburtle.net)

Keywords

References

  • 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.

Crossrefs

Formula

a(n) = b(2^n), where b is A075943, the binary lexicode, d=9.
b(n) = XOR(a(i)) for all i where the i-th bit is set in n.