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”).

A075947
Basis for code in A075946.
5
1023, 31775, 232551, 824491, 1386837, 6330581, 25206065, 42278310, 77607100, 402698573, 673253467, 1218520349, 6442523019, 10748180761, 51539687634, 86033873250, 156768744521, 824634027372, 1374532244735, 2476057332766
OFFSET
0,1
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.
FORMULA
a(n) = b(2^n), where b is A075946, the binary lexicode, d=10.
b(n) = XOR(a(i)) for all i where the i-th bit is set in n.
KEYWORD
nonn
AUTHOR
Bob Jenkins (bob_jenkins(AT)burtleburtle.net)
STATUS
approved