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.

A131035 A051340 * A129686 as infinite lower triangular matrices.

Original entry on oeis.org

1, 2, 1, 4, 1, 1, 5, 2, 1, 1, 6, 2, 2, 1, 1, 7, 2, 2, 2, 1, 1, 8, 2, 2, 2, 2, 1, 1, 9, 2, 2, 2, 2, 2, 1, 1, 10, 2, 2, 2, 2, 2, 2, 1, 1
Offset: 1

Views

Author

Gary W. Adamson, Jun 10 2007

Keywords

Comments

Row sums give A008486.

Examples

			First few rows of the triangle:
   1;
   2, 1;
   4, 1, 1;
   5, 2, 1, 1;
   6, 2, 2, 1, 1;
   7, 2, 2, 2, 1, 1;
   8, 2, 2, 2, 2, 1, 1;
   9, 2, 2, 2, 2, 2, 1, 1;
  10, 2, 2, 2, 2, 2, 2, 1, 1;
  ...
		

Crossrefs