login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A267590
Number of ON (black) cells in the n-th iteration of the "Rule 169" elementary cellular automaton starting with a single ON (black) cell.
1
1, 0, 2, 3, 6, 7, 9, 9, 14, 15, 17, 18, 21, 22, 24, 24, 30, 31, 33, 34, 37, 38, 40, 40, 45, 45, 47, 47, 51, 51, 53, 51, 62, 63, 65, 66, 69, 70, 72, 72, 77, 78, 80, 81, 84, 85, 87, 87, 93, 94, 96, 97, 100, 101, 103, 103, 108, 108, 110, 110, 114, 114, 116, 114
OFFSET
0,3
REFERENCES
S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55.
MATHEMATICA
rule=169; 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 *) Table[Total[catri[[k]]], {k, 1, rows}] (* Number of Black cells in stage n *)
CROSSREFS
Cf. A264442.
Sequence in context: A215488 A110920 A296414 * A145266 A188078 A188094
KEYWORD
nonn,easy
AUTHOR
Robert Price, Jan 18 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 21 11:27 EDT 2024. Contains 376084 sequences. (Running on oeis4.)