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.

A309870 a(n) is the smallest number whose digits are 1's and 0's that cannot be written as a concatenation of any of the previous terms (not repeating any terms in the concatenation). a(0) = 0.

Original entry on oeis.org

0, 1, 11, 100, 101, 1111, 10000, 11001, 11011, 100010, 100100, 101000, 101001, 101010, 101101, 110001, 1000000, 1000110, 1001100, 1010110, 1100001, 1110011, 1110111, 10000010, 10001000, 10001110, 10010100, 10011100, 10100000, 10101110, 10111010
Offset: 0

Views

Author

Mason C. Hart, Aug 20 2019

Keywords

Comments

For each term k, k||k is also a term, where || denotes the operation of concatenation.

Examples

			1 cannot be written as a concatenation of 0, therefore a(1) is 1.
10 = 1||0 but 11 cannot be concatenated 11 = 1||1 because 1 can only be used once, therefore a(2) is 11.
		

Crossrefs

Subsequence of A007088 (binary numbers).