Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #10 Feb 04 2014 11:59:57
%S 0,1,1,2,2,3,3,4,5,6,7,8,9,10,11,14,15,17,18,20,22,24,26,28,30,32,34,
%T 36,39,43,46,50,52,55,57,59,62,65,68,71,74,78,81,85,90,95,98
%N Number of white areas in the graph of elementary cellular automaton with rule 110 at generation n.
%H Philippe Beaudoin, <a href="/A237119/b237119.txt">Table of n, a(n) for n = 0..999</a>
%H Philippe Beaudoin, <a href="/A237118/a237118_1.py.txt">Python program to generate the sequence for rule 30</a> (can be trivially modified for this sequence).
%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/Rule110.html">Rule 110.</a>
%Y Cf. A070887 (rule 110), A237118 (for rule 30), A237120 (for rule 150).
%K nonn
%O 0,4
%A _Philippe Beaudoin_, Feb 03 2014