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!)
A265205 Number of ON cells in the n-th iteration of the "Rule 73" elementary cellular automaton starting with a single ON cell. 4
1, 0, 3, 0, 7, 2, 5, 2, 9, 6, 5, 10, 13, 6, 11, 10, 15, 10, 19, 10, 23, 10, 17, 20, 19, 16, 25, 18, 19, 20, 25, 14, 37, 20, 27, 26, 35, 20, 37, 30, 41, 24, 33, 36, 39, 26, 45, 36, 37, 38, 41, 36, 49, 44, 29, 56, 39, 40, 57, 40, 43, 60, 39, 48, 55, 44, 45, 64 (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 = 73; rows = 30; Table[Total[Table[Take[CellularAutomaton[rule, {{1}, 0}, rows-1, {All, All}][[k]], {rows-k+1, rows+k-1}], {k, 1, rows}][[k]]], {k, 1, rows}]
CROSSREFS
Sequence in context: A201571 A010600 A175918 * A263210 A298095 A327803
KEYWORD
nonn,easy
AUTHOR
Robert Price, Dec 04 2015
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)