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.

A134352 A130123 * A128174.

Original entry on oeis.org

1, 0, 2, 4, 0, 4, 0, 8, 0, 8, 16, 0, 16, 0, 16, 0, 32, 0, 32, 0, 32, 64, 0, 64, 0, 64, 0, 64, 0, 128, 0, 128, 0, 128, 0, 128, 256, 0, 256, 0, 256, 0, 256, 0, 256, 0, 512, 0, 512, 0, 512, 0, 512, 0, 512
Offset: 0

Views

Author

Gary W. Adamson, Oct 21 2007

Keywords

Comments

Row sums = A134353.

Examples

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

Crossrefs

Formula

A130123 * A128174 as infinite lower triangular matrices.
Triangle read by rows: even n-th row = n+1 terms of (2^n, 0, 2^n, ...); odd n-th row = n+1 terms of (0, 2^n, 0, 2^n, ...).