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.

A134444 (A000012 * A128174 + A128174 * A000012) - A000012.

Original entry on oeis.org

1, 1, 1, 3, 1, 1, 3, 3, 1, 1, 5, 3, 3, 1, 1, 5, 5, 3, 3, 1, 1, 7, 5, 5, 3, 3, 1, 1, 7, 7, 5, 5, 3, 3, 1, 1, 9, 7, 7, 5, 5, 3, 3, 1, 1, 9, 9, 7, 7, 5, 5, 3, 3, 1, 1
Offset: 0

Views

Author

Gary W. Adamson, Oct 25 2007

Keywords

Comments

Row sums = A000982: (1, 2, 5, 8, 13, 18, 25, ...).

Examples

			First few rows of the triangle:
  1;
  1, 1;
  3, 1, 1;
  3, 3, 1, 1;
  5, 3, 3, 1, 1;
  5, 5, 3, 3, 1, 1;
  ...
		

Crossrefs

Formula

(A000012 * A128174 + A128174 * A000012) - A000012, as infinite lower triangular matrices. Triangle read by rows, n-th row = n terms of odd numbers repeated, starting from the right.