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.

A177444 Triangle by columns, (1, 1, 0, 1, 0, 0, 0, ...); shifted down twice for columns > 0.

Original entry on oeis.org

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

Views

Author

Gary W. Adamson, May 08 2010

Keywords

Comments

Let the triangle = M. Limit_{n->infinity} M^n = A120562, the left-shifted vector
considered as a sequence.

Examples

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

Crossrefs

Formula

As an infinite lower triangular matrix, (1, 1, 0, 1, 0, 0, 0, ...) in every
column, prefaced with k zeros.