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.

A174715 Triangle read by rows, Q*M as infinite lower triangular matrices. Q = A001935 shifted down four times by columns, M = A174712.

Original entry on oeis.org

1, 1, 2, 3, 4, 1, 6, 1, 9, 2, 12, 3, 16, 4, 2, 22, 6, 2, 29, 9, 4, 38, 12, 6, 50, 16, 8, 3, 64, 22, 12, 3, 82, 29, 18, 6
Offset: 0

Views

Author

Gary W. Adamson, Mar 27 2010

Keywords

Comments

Row sums = A000041, the partition numbers.
Refer to comments in A174713.

Examples

			First few rows of the triangle =
  1;
  1;
  2;
  3;
  4, 1;
  6, 1;
  9, 2;
  12, 3;
  16, 4, 2;
  22, 6, 2;
  29, 9, 4;
  38, 12, 6;
  50, 16, 8, 3;
  64, 22, 12, 3;
  82, 29, 18, 6;
  ...
		

Crossrefs

Formula

As an irregular triangle generated from a product Q*M of infinite lower triangular matrices: Q = A001935 in every column (except column 0), shifted down four times from the previous column. M = A174712, the diagonalized variant of A000041 (the partition numbers as the right border, and the rest zeros.)