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.

A134315 A134309 * A097806.

Original entry on oeis.org

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

Views

Author

Gary W. Adamson, Oct 19 2007

Keywords

Comments

A134315 * [1,2,3,...] = A128135: (1, 3, 10 28, 72, 176, 416, ...).
Triangle read by rows given by [1,-1,0,0,0,0,0,0,...] DELTA [1,1,0,0,0,0,0,0,0,...] where DELTA is the operator defined in A084938. - Philippe Deléham, Oct 20 2007

Examples

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

Crossrefs

Formula

A134309 * A134315 as infinite lower triangular matrices. Triangle read by rows, for n>1, (n-1) zeros followed by 2^(n-1), 2^(n-1). As an infinite lower triangular matrix, (1, 1, 2, 4, 8, ...) in the main diagonal and (1, 2, 4, 8, ...) in the subdiagonal.
G.f.: (-1-x+x*y)/(-1+2*x*y). - R. J. Mathar, Aug 11 2015