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.

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