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

A336515
a(1) = 1, and for any n > 0, a(n+1) is the number of k in the range 1..n such that the binary representation of a(k) appears as a substring in the binary representation of a(n).
2
1, 1, 2, 3, 3, 4, 4, 5, 4, 6, 6, 7, 5, 5, 6, 8, 7, 6, 9, 7, 7, 8, 8, 9, 8, 10, 7, 9, 9, 10, 8, 11, 9, 11, 10, 9, 12, 13, 13, 14, 15, 10, 10, 11, 11, 12, 14, 16, 12, 15, 11, 13, 15, 12, 16, 13, 16, 14, 17, 12, 17, 13, 17, 14, 18, 13, 18, 14, 19, 15, 13, 19, 16
OFFSET
1,3
COMMENTS
This sequence is unbounded.
EXAMPLE
The first terms, alongside their binary representation and the corresponding k's, are:
n a(n) bin(a(n)) k's
-- ---- --------- -------------
1 1 1 N/A
2 1 1 {1}
3 2 10 {1, 2}
4 3 11 {1, 2, 3}
5 3 11 {1, 2, 4}
6 4 100 {1, 2, 4, 5}
7 4 100 {1, 2, 3, 6}
8 5 101 {1, 2, 3, 6, 7}
9 4 100 {1, 2, 3, 8}
10 6 110 {1, 2, 3, 6, 7, 9}
PROG
(PARI) See Links section.
CROSSREFS
Cf. A336514 (decimal variant).
Sequence in context: A300118 A256544 A321211 * A130500 A072073 A320757
KEYWORD
nonn,look,base
AUTHOR
Rémy Sigrist, Jul 24 2020
STATUS
approved