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.

A137649 Triangle read by rows, A000012 * A008277.

Original entry on oeis.org

1, 2, 1, 3, 4, 1, 4, 11, 7, 1, 5, 26, 32, 11, 1, 6, 57, 122, 76, 16, 1, 7, 120, 423, 426, 156, 22, 1, 8, 247, 1389, 2127, 1206, 288, 29, 1, 9, 502, 4414, 9897, 8157, 2934, 491, 37, 1, 10, 1013, 13744, 44002, 50682, 25761, 6371, 787, 46, 1
Offset: 1

Views

Author

Gary W. Adamson, Feb 01 2008

Keywords

Comments

Row sums = A024716: (1, 3, 8, 23, 75, 278, ...).

Examples

			First few rows of the triangle:
  1;
  2,   1;
  3,   4,   1;
  4,  11,   7,   1;
  5,  26,  32,  11,   1;
  6,  57, 122,  76,  16,  1;
  7, 120, 423, 426, 156, 22, 1;
  ...
Row 4 = (4, 11, 7, 1) = partial column sums of the first 4 rows of A008277:
  1;
  1, 1;
  1, 3, 1;
  1, 7, 6, 1;
  ...
		

Crossrefs

Formula

A000012 * A008277 (Stirling2 triangle) as infinite lower triangular matrices. Partial column sums of A008277.