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.

Showing 1-2 of 2 results.

A059318 Pascal's "rhombus" (actually a triangle) mod 2, read by rows: each entry is sum modulo 2 of 3 terms above it in previous row and one term above it two rows back.

Original entry on oeis.org

1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1
Offset: 0

Views

Author

N. J. A. Sloane, Jan 26 2001

Keywords

Comments

Also, the triangle, read by rows, of successive generations in the reversible cellular automaton RCA(3) when started with a single ON cell at generation 0. - Robert Price, Mar 22 2017

Examples

			1; 1,1,1; 1,0,0,0,1; 1,1,0,1,0,1,1; ...
		

References

  • Macfarlane, Alan J. "Linear reversible second-order cellular automata and their first-order matrix equivalents." Journal of Physics A: Mathematical and General 37.45 (2004): 10791. See Fig. 4.

Crossrefs

Extensions

More terms from Larry Reeves (larryr(AT)acm.org), Jan 30 2001

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

Showing 1-2 of 2 results.