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 A231116 #14 Aug 13 2025 22:17:49 %S A231116 1,3,10,24 %N A231116 Numbers k such that the total number of digits of all the divisors of k written in base 2 is equal to k. %C A231116 Sequence is finite with 4 terms. %C A231116 Numbers k such that the concatenation of their divisors written in base 2 contains k digits. %C A231116 Subsequence of finite sequence: 1, 2, 3, 4, 6, 8, 10, 12, 24 (numbers k such that the total number of digits of all the divisors of k written in base 2 is greater than or equal to k). %C A231116 Numbers k such that A182627(k) = k. %e A231116 24 is in the sequence because the concatenation of the divisors of 24 in base 2 [(1, 10, 11, 100, 110, 1000, 1100, 11000) -> 110111001101000110011000] contains 24 digits. %Y A231116 Cf. A182622, A182627. %K A231116 nonn,base,fini,full,less %O A231116 1,2 %A A231116 _Jaroslav Krizek_, Nov 03 2013