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 A265280 #8 Feb 16 2025 08:33:27 %S A265280 1,111,10011,1111011,100010011,11101111011,1001000010011, %T A265280 111111001111011,10000011100010011,1110001001101111011, %U A265280 100110111101000010011,11110100001011001111011,1000101100110011100010011,111011001110111001101111011,10010011100100011101000010011 %N A265280 Binary representation of the n-th iteration of the "Rule 86" elementary cellular automaton starting with a single ON (black) cell. %D A265280 S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55. %H A265280 Robert Price, <a href="/A265280/b265280.txt">Table of n, a(n) for n = 0..999</a> %H A265280 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/ElementaryCellularAutomaton.html">Elementary Cellular Automaton</a> %H A265280 <a href="/index/Ce#cell">Index entries for sequences related to cellular automata</a> %H A265280 <a href="https://oeis.org/wiki/Index_to_Elementary_Cellular_Automata">Index to Elementary Cellular Automata</a> %t A265280 rule = 86; 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 A265280 Cf. A071032. %K A265280 nonn,easy %O A265280 0,2 %A A265280 _Robert Price_, Dec 06 2015