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!)
A266674 Decimal representation of the n-th iteration of the "Rule 57" elementary cellular automaton starting with a single ON (black) cell. 1
1, 1, 10, 75, 76, 1623, 600, 29295, 4784, 496351, 37728, 8164799, 300736, 132422527, 2403712, 2133112575, 19192576, 34244750847, 153466368, 548835613695, 1227582464, 8788730820607, 9818265600, 140678589542399, 78541336576, 2251328604004351, 628321116160 (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
FORMULA
Empirical g.f.: (1 +x -17*x^2 +40*x^3 -64*x^5 -248*x^6 +128*x^7 +1472*x^8 -2048*x^10) / ((1 -x)*(1 +x)*(1 -2*x)*(1 -4*x)*(1 +4*x)*(1 -2*x^2)*(1 +2*x +4*x^2)*(1 -8*x^2)). - Colin Barker, Jan 03 2016 and Apr 18 2019
MATHEMATICA
rule=57; 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[FromDigits[catri[[k]], 2], {k, 1, rows}] (* Decimal Representation of Rows *)
CROSSREFS
Cf. A266672.
Sequence in context: A103434 A119167 A233100 * A233455 A027778 A026969
KEYWORD
nonn
AUTHOR
Robert Price, Jan 02 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 19 03:11 EDT 2024. Contains 371782 sequences. (Running on oeis4.)