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.

A361399 a(n) is the least k such that the binary expansion of n is a self-infiltration of that of k.

Original entry on oeis.org

0, 1, 2, 1, 2, 5, 2, 3, 4, 5, 2, 5, 2, 5, 6, 3, 4, 9, 10, 5, 4, 5, 10, 11, 4, 5, 6, 5, 6, 13, 6, 7, 8, 9, 18, 9, 4, 9, 10, 11, 4, 9, 10, 5, 10, 5, 22, 11, 4, 9, 10, 5, 10, 5, 6, 11, 12, 13, 6, 13, 6, 13, 14, 7, 8, 17, 18, 9, 18, 9, 18, 19, 8, 9, 10, 19, 10, 21
Offset: 0

Views

Author

Rémy Sigrist, Mar 10 2023

Keywords

Comments

See A361398 for the definition of an infiltration (a self-infiltration is an infiltration a of word with itself).
a(n) is the index of the first row of A361401 containing n.

Crossrefs

Programs

  • PARI
    See Links section.

Formula

a(n) <= n.
a(A020330(n)) = n.