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.

A134225 A007436 + A134082 - A000012 as infinite lower triangular matrices; where A000012 = (1; 1,1; 1,1,1; ...).

Original entry on oeis.org

1, 3, 1, 2, 5, 1, 3, 2, 7, 1, 4, 3, 2, 9, 1, 5, 4, 3, 2, 11, 1, 6, 5, 4, 3, 2, 13, 1, 7, 6, 5, 4, 3, 2, 15, 1, 8, 7, 6, 5, 4, 3, 2, 17, 1, 9, 8, 7, 6, 5, 4, 3, 2, 19, 1
Offset: 1

Views

Author

Gary W. Adamson, Oct 14 2007

Keywords

Comments

Row sums = A034856: (1, 4, 8, 13, 19, 26, ...).

Examples

			First few rows of the triangle:
  1;
  3, 1;
  2, 5, 1;
  3, 2, 7, 1;
  4, 3, 2, 9,  1;
  5, 4, 3, 2, 11,  1;
  6, 5, 4, 3,  2, 13,  1;
  7, 6, 5, 4,  3,  2, 15, 1;
  ...
		

Crossrefs