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.

A135858 A128229^2 * A000012.

Original entry on oeis.org

1, 3, 1, 7, 5, 1, 13, 13, 7, 1, 21, 21, 21, 9, 1, 31, 31, 31, 31, 11, 1, 43, 43, 43, 43, 43, 13, 1, 57, 57, 57, 57, 57, 57, 15, 1, 73, 73, 73, 73, 73, 73, 73, 17, 1, 91, 91, 91, 91, 91, 91, 91, 91, 19, 1
Offset: 1

Views

Author

Gary W. Adamson, Dec 01 2007

Keywords

Comments

Row sums = A135859: (1, 4, 13, 34, 73, 136, ...).

Examples

			First few rows of the triangle:
   1;
   3,  1;
   7,  5,  1;
  13, 13,  7,  1;
  21, 21, 21,  9,  1;
  31, 31, 31, 31, 11,  1;
  43, 43, 43, 43, 43, 13, 1;
  ...
		

Crossrefs

Formula

A128229^2 * A000012, where A128229 = a bidiagonal matrix with all 1's in the main diagonal and (1, 2, 3, ...) in the subdiagonal.