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.

A086100 A086099 in binary.

Original entry on oeis.org

0, 0, 1, 0, 11, 10, 11, 0, 111, 110, 111, 100, 111, 110, 111, 0, 1111, 1110, 1111, 1100, 1111, 1110, 1111, 1000, 1111, 1110, 1111, 1100, 1111, 1110, 1111, 0, 11111, 11110, 11111, 11100, 11111, 11110, 11111, 11000, 11111, 11110, 11111, 11100
Offset: 0

Views

Author

Reinhard Zumkeller, Jul 09 2003

Keywords

Comments

a(n) = A007088(A086099(n)).

Crossrefs

Programs

  • PARI
    a(n) = n++; (10^logint(n,2) - 10^valuation(n,2))/9; \\ Kevin Ryde, Apr 11 2023