cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A284208 Binary representation of generation n in the reversible cellular automaton RCA(3) when started with a single ON cell at generation 0.

Original entry on oeis.org

1, 111, 10001, 1101011, 101010101, 11100000111, 1000001000001, 110110111011011, 10100000000000101, 1110111011101110111, 100010100010001010001, 11010110000000001101011, 1010101000001000001010101, 111000000000111000000000111, 10000010100010001000101000001
Offset: 0

Views

Author

Robert Price, Mar 22 2017

Keywords

Examples

			The second generation (starting at 0) of RCA(3) is x...x where "x" is an ON cell and "." is OFF.  Treating this as a binary number yields 10001.  Thus a(2) = 10001.
		

Crossrefs