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.

A371918 The smallest unused positive number such that 2^a(n) contains n as a substring.

Original entry on oeis.org

10, 4, 1, 5, 2, 8, 6, 15, 3, 12, 17, 40, 7, 27, 18, 21, 14, 34, 30, 13, 11, 24, 43, 41, 19, 50, 28, 38, 47, 32, 22, 49, 25, 63, 33, 35, 16, 37, 23, 42, 53, 44, 59, 45, 46, 52, 60, 31, 20, 39, 54, 9, 51, 29, 74, 57, 48, 56, 61, 69, 55, 58, 66, 76, 26, 73, 72, 36, 62, 82, 64, 70, 77, 67, 65, 91, 78
Offset: 0

Views

Author

Scott R. Shannon, Apr 12 2024

Keywords

Comments

The sequence is conjectured to be a permutation of the positive integers.

Examples

			a(0) = 10 as 2^10 = 1024 which contains '0' as a substring.
a(6) = 6 as 2^6 = 64 which contains '6' as a substring. Note that 2^4 also contains '6' but 4 has already been used. This is the first term to differ from A063565.
		

Crossrefs