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 A254638 #7 May 24 2024 15:54:34 %S A254638 2,6,2,20,13,72,3,92,42,308,34,900,178,1739,4,3349,443,4523,387,14364, %T A254638 1827,18672,234,39426,15882,52664,8858,128253,28346,123087,5,259207, %U A254638 87797,363512,44545,671389,182549,1336282,18049,1289210,634402,2679419,156629 %N A254638 Cardinality of Image^inf({ 2 }) under repeated base-n zero-split doubling. %C A254638 Define f_b(x) to be the set of base b numbers left after splitting 2x at its zero digits and Image_b(S) = union_{x in S}{ { x } union f_b(S) }, then a(n) = | Image_n^inf({ 2 }) |. %H A254638 Hugo van der Sanden, <a href="/A254638/b254638.txt">Table of n, a(n) for n = 2..62</a> %H A254638 Hugo van der Sanden, <a href="https://github.com/hvds/seq/tree/master/zerofree">Perl and C implementations</a>, Feb 03 2015 %e A254638 a(8) = 3 since f_8(2) = { 4 }, f_8(4) = { 1 }, f_8(1) = { 2 } so Image_8^inf({ 2 }) = { 1, 2, 4 } and |{ 1, 2, 4 }| = 3. %Y A254638 Cf. A254637, A113918. %K A254638 nonn,easy %O A254638 2,1 %A A254638 _Hugo van der Sanden_, Feb 03 2015