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.
%I A371904 #11 Apr 12 2024 10:47:56 %S A371904 1,4,2,5,8,3,14,18,30,22,43,25,41,44,38,23,58,33,63,55,16,24,10,17,27, %T A371904 15,21,31,49,32,45,28,7,20,11,40,12,9,13,37,47,36,29,60,59,35,52,19, %U A371904 53,79,34,65,42,50,54,39,61,62,66,46,64,6,26,71,48,51,57,56,68,75,67,78,74,70,69,72 %N A371904 a(1) = 1; for n > 1, a(n) is the smallest unused positive number such that 2^a(n) contains a(n-1) as a substring. %C A371904 The sequence is conjectured to be a permutation of the positive integers. %H A371904 Scott R. Shannon, <a href="/A371904/b371904.txt">Table of n, a(n) for n = 1..10000</a> %e A371904 a(2) = 4 as 2^4 = 16 which contains a(n-1) = a(1) = '1' as a substring. %e A371904 a(7) = 14 as 2^14 = 16384 which contains a(n-1) = a(6) = '3' as a substring. Note that 2^5 = 32 also contains '3' as a substring but 5 has already been used. %Y A371904 Cf. A000079, A063565, A371918, A368866. %K A371904 nonn,base %O A371904 1,2 %A A371904 _Scott R. Shannon_, Apr 11 2024