cp's OEIS Frontend

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.

A118110 State of one-dimensional cellular automaton 'sigma' (Rule 150): 000,001,010,011,100,101,110,111 -> 0,1,1,0,1,0,0,1 at generation n, when started with a single ON cell, regarded as a binary number.

This page as a plain text file.
%I A118110 #18 Feb 16 2025 08:33:00
%S A118110 1,111,10101,1101011,100010001,11101110111,1010001000101,
%T A118110 110110111011011,10000000100000001,1110000011100000111,
%U A118110 101010001010100010101,11010110110101101101011,1000100000001000000010001
%N A118110 State of one-dimensional cellular automaton 'sigma' (Rule 150): 000,001,010,011,100,101,110,111 -> 0,1,1,0,1,0,0,1 at generation n, when started with a single ON cell, regarded as a binary number.
%C A118110 See A038184 for decimal equivalents.
%D A118110 S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55.
%H A118110 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Rule150.html">Rule 150</a>
%H A118110 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/ElementaryCellularAutomaton.html">Elementary Cellular Automaton</a>
%H A118110 S. Wolfram, <a href="http://wolframscience.com/">A New Kind of Science</a>
%H A118110 <a href="https://oeis.org/wiki/Index_to_Elementary_Cellular_Automata">Index to Elementary Cellular Automata</a>
%H A118110 <a href="/index/Ce#cell">Index entries for sequences related to cellular automata</a>
%t A118110 rule = 150; 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}] (* _Robert Price_, Feb 21 2016 *)
%Y A118110 This sequence, A038184 and A071036 are equivalent descriptions of the Rule 150 automaton.
%Y A118110 See A071053 for number of ON cells.
%K A118110 nonn
%O A118110 0,2
%A A118110 _Eric W. Weisstein_, Apr 13 2006 and _N. J. A. Sloane_, Jul 28 2014, combined into one entry by _N. J. A. Sloane_, Oct 20 2015