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.

A129564 A129360 * A000012.

Original entry on oeis.org

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

Views

Author

Gary W. Adamson, Apr 21 2007

Keywords

Comments

Row sums = phi(2*n), A062570: (1, 2, 2, 4, 4, 4, 6, 8, 6, 8, ...).

Examples

			First few rows of the triangle:
  1;
  1, 1;
  0, 1, 1;
  1, 1, 1, 1;
  0, 1, 1, 1, 1;
  0, 0, 1, 1, 1, 1;
  0, 1, 1, 1, 1, 1, 1;
  1, 1, 1, 1, 1, 1, 1, 1;
  ...
		

Crossrefs

Formula

A129360 * A000012 as infinite lower triangular matrices.