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!)
A267586 Decimal representation of the n-th iteration of the "Rule 169" elementary cellular automaton starting with a single ON (black) cell. 1
1, 0, 5, 7, 111, 191, 1279, 511, 31743, 61439, 376831, 458751, 7077887, 11534335, 79691775, 16777215, 2113929215, 4160749567, 25232932863, 32212254719, 472446402559, 790273982463, 5360119185407, 1649267441663, 134140418588671, 250688651132927 (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

Robert Price, Table of n, a(n) for n = 0..1000

Eric Weisstein's World of Mathematics, Elementary Cellular Automaton

S. Wolfram, A New Kind of Science

Index entries for sequences related to cellular automata

Index to Elementary Cellular Automata

MATHEMATICA

rule=169; 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. A264442.

Sequence in context: A088270 A259496 A338525 * A224507 A065927 A217726

Adjacent sequences: A267583 A267584 A267585 * A267587 A267588 A267589

KEYWORD

nonn,easy

AUTHOR

Robert Price, Jan 18 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 March 25 04:11 EDT 2023. Contains 361511 sequences. (Running on oeis4.)