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 A265320 #9 Feb 16 2025 08:33:27 %S A265320 1,110,11100,1101000,111110000,11000100000,1110011000000, %T A265320 110101110000000,11111110100000000,1100000111000000000, %U A265320 111000011010000000000,11010001111100000000000,1111100110001000000000000,110001011100110000000000000,11100111101011100000000000000 %N A265320 Binary representation of the n-th iteration of the "Rule 110" elementary cellular automaton starting with a single ON (black) cell. %D A265320 S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55. %H A265320 Robert Price, <a href="/A265320/b265320.txt">Table of n, a(n) for n = 0..999</a> %H A265320 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/ElementaryCellularAutomaton.html">Elementary Cellular Automaton</a> %H A265320 <a href="/index/Ce#cell">Index entries for sequences related to cellular automata</a> %H A265320 <a href="https://oeis.org/wiki/Index_to_Elementary_Cellular_Automata">Index to Elementary Cellular Automata</a> %t A265320 rule = 110; rows = 20; Table[FromDigits[Table[Take[CellularAutomaton[rule,{{1},0}, rows-1, {All,All}][[k]], {rows-k+1, rows+k-1}], {k,1,rows}][[k]]], {k,1,rows}] %Y A265320 Cf. A075437. %K A265320 nonn,easy %O A265320 0,2 %A A265320 _Robert Price_, Dec 06 2015