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 A100489 #8 Mar 25 2017 05:35:27 %S A100489 1,2,7,2,29,56,77,94,222,993,202,1866,7007,1653,24379,61377,6307, %T A100489 149862,324691,350053,1502192,3263293,1764799,1897951,20839416, %U A100489 4293902,19056271,35965591,105749822,558273850,1253419992,3010125259,6163513735 %N A100489 Decimal equivalents of numbers in A100751. %H A100489 John Cerkan, <a href="/A100489/b100489.txt">Table of n, a(n) for n = 1..3300</a> %t A100489 d = Flatten[Table[IntegerDigits[n, 2], {n, 100}]]; Table[FromDigits[Take[d, {n(n + 1)/2 + 1, (n + 1)(n + 2)/2}], 2], {n, 0, 32}] %Y A100489 Cf. A100751, A066547. %K A100489 base,nonn %O A100489 1,2 %A A100489 _Amarnath Murthy_ and _Robert G. Wilson v_, Nov 22 2004