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!)
A265281 Decimal representation of the n-th iteration of the "Rule 86" elementary cellular automaton starting with a single ON (black) cell. 9

%I #24 Jul 18 2019 15:24:48

%S 1,7,19,123,275,1915,4627,32379,67347,463739,1276435,8001147,18245395,

%T 124220283,309475859,2134808187,4354074387,30225757051,82642024979,

%U 530573137531,1175676118803,8199373878139,19977819994643,139441424012923,286691477808915

%N Decimal representation of the n-th iteration of the "Rule 86" elementary cellular automaton starting with a single ON (black) cell.

%C Iterates of A269161 starting from a(0) = 1. - _Antti Karttunen_, Feb 20 2016

%C Also, the decimal representation of the n-th generation of the "Rule 859583292" 5-neighbors elementary cellular automaton starting with a single ON (black) cell. - _Philipp O. Tsvetkov_, Jul 17 2019

%D S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55.

%H Robert Price, <a href="/A265281/b265281.txt">Table of n, a(n) for n = 0..999</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/ElementaryCellularAutomaton.html">Elementary Cellular Automaton</a>

%H <a href="/index/Ce#cell">Index entries for sequences related to cellular automata</a>

%H <a href="https://oeis.org/wiki/Index_to_Elementary_Cellular_Automata">Index to Elementary Cellular Automata</a>

%F From _Antti Karttunen_, Feb 20 2016: (Start)

%F a(0) = 1, for n >= 1, a(n) = A269161(a(n-1)).

%F a(n) = A030101(A110240(n)). [The rule 86 is the mirror image of the rule 30.]

%F (End)

%t rule = 86; rows = 30; Table[FromDigits[Table[Take[CellularAutomaton[rule,{{1},0}, rows-1, {All,All}][[k]], {rows-k+1, rows+k-1}], {k,1,rows}][[k]],2], {k,1,rows}]

%o (Scheme, with memoization-macro definec)

%o (definec (A265281 n) (if (zero? n) 1 (A269161 (A265281 (- n 1)))))

%o ;; _Antti Karttunen_, Feb 20 2016

%Y Cf. A030101, A071032, A265280, A269161.

%Y Cf. also A110240.

%K nonn,easy

%O 0,2

%A _Robert Price_, Dec 06 2015

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 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)