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.

A075927 Basis for code in A075926.

Original entry on oeis.org

7, 25, 42, 75, 385, 642, 1155, 2184, 4233, 8330, 16523, 98305, 163842, 294915, 557064, 1081353, 2129930, 4227083, 8421504, 16810113, 33587330, 67141763, 134250632, 268468361, 536903818, 1073774731, 6442450945, 10737418242
Offset: 0

Views

Author

Bob Jenkins (bob_jenkins(AT)burtleburtle.net)

Keywords

Crossrefs

Formula

a(n) = b(2^n), where b is the Hamming code d=3.
b(n) = XOR(a(i)) where i is a bit set in n.