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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A266626 Number of ON (black) cells in the n-th iteration of the "Rule 45" elementary cellular automaton starting with a single ON (black) cell. 1
1, 1, 4, 2, 5, 7, 8, 8, 7, 13, 9, 12, 11, 18, 15, 18, 14, 23, 16, 22, 15, 30, 23, 23, 20, 36, 18, 30, 32, 30, 30, 34, 28, 37, 33, 44, 27, 52, 25, 53, 32, 47, 38, 54, 28, 62, 36, 57, 38, 61, 43, 59, 39, 65, 43, 65, 44, 74, 51, 67, 48, 79, 40, 79, 41, 82, 50 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
REFERENCES
S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55.
LINKS
Eric Weisstein's World of Mathematics, Elementary Cellular Automaton
MATHEMATICA
rule=45; 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. A266619.
Sequence in context: A199625 A020849 A134235 * A159979 A198233 A169850
KEYWORD
nonn,easy
AUTHOR
Robert Price, Jan 01 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)