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.

A134312 A097806 * A134309.

Original entry on oeis.org

1, 1, 1, 0, 1, 2, 0, 0, 2, 4, 0, 0, 0, 4, 8, 0, 0, 0, 0, 8, 16, 0, 0, 0, 0, 0, 16, 32, 0, 0, 0, 0, 0, 0, 32, 64
Offset: 0

Views

Author

Gary W. Adamson, Oct 19 2007

Keywords

Comments

Examples

			First few rows of the triangle:
  1;
  1, 1;
  0, 1, 2;
  0, 0, 2, 4;
  0, 0, 0, 4, 8;
  0, 0, 0, 0, 8, 16;
  ...
		

Crossrefs

Formula

A097806 * A134309 as infinite lower triangular matrices, where A097806 = the pairwise operator. Infinite lower triangular matrix with (1, 1, 2, 4, 8, 16, ...) in the main and subdiagonals.