# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a267443 Showing 1-1 of 1 %I A267443 #7 Jan 16 2016 10:32:56 %S A267443 1,10,101,1010,10101,101011,1010111,10101110,101011101,1010111011, %T A267443 10101110111,101011101111,1010111011111,10101110111111, %U A267443 101011101111111,1010111011111110,10101110111111101,101011101111111011,1010111011111110111,10101110111111101111 %N A267443 Binary representation of the middle column of the "Rule 129" elementary cellular automaton starting with a single ON (black) cell. %D A267443 S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55. %H A267443 Robert Price, Table of n, a(n) for n = 0..1000 %H A267443 Eric Weisstein's World of Mathematics, Elementary Cellular Automaton %H A267443 S. Wolfram, A New Kind of Science %H A267443 Index entries for sequences related to cellular automata %H A267443 Index to Elementary Cellular Automata %t A267443 rule=129; rows=20; ca=CellularAutomaton[rule,{{1},0},rows-1,{All,All}]; (* Start with single black cell *) catri=Table[Take[ca[[k]],{rows-k+1,rows+k-1}],{k,1,rows}]; (* Truncated list of each row *) mc=Table[catri[[k]][[k]],{k,1,rows}]; (* Keep only middle cell from each row *) Table[FromDigits[Take[mc,k]],{k,1,rows}] (* Binary Representation of Middle Column *) %Y A267443 Cf. A267417. %K A267443 nonn,easy %O A267443 0,2 %A A267443 _Robert Price_, Jan 15 2016 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE