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!)
A266446 Decimal representation of the middle column of the "Rule 25" elementary cellular automaton starting with a single ON (black) cell. 2
1, 2, 4, 8, 17, 34, 69, 138, 277, 555, 1110, 2220, 4440, 8881, 17762, 35525, 71050, 142101, 284202, 568405, 1136810, 2273621, 4547242, 9094485, 18188970, 36377941, 72755882, 145511765, 291023530, 582047061, 1164094122, 2328188245, 4656376490, 9312752981 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Elementary Cellular Automaton
Stephen Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55.
FORMULA
Conjectures from Colin Barker, Dec 30 2015 and Apr 16 2019: (Start)
a(n) = (-(-1)^n+6661*2^(n-10)-3)/6 for n>10.
G.f.: (1-x^2+x^4+x^9-x^10-x^11+x^13) / ((1-x)*(1+x)*(1-2*x)).
(End)
Conjecture: a(n) = floor(6661*2^n/6144). - Karl V. Keller, Jr., Dec 26 2021
MATHEMATICA
rule=25; 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 *) mc=Table[catri[[k]][[k]], {k, 1, rows}]; (* Keep only middle cell from each row *) Table[FromDigits[Take[mc, k], 2], {k, 1, rows}] (* Binary Representation of Middle Column *)
CROSSREFS
Sequence in context: A018299 A083593 A267045 * A018093 A214083 A026743
KEYWORD
nonn,easy
AUTHOR
Robert Price, Dec 29 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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)