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.

Showing 1-2 of 2 results.

A145973 Triangle read by rows, square of A053121.

Original entry on oeis.org

1, 0, 1, 2, 0, 1, 0, 4, 0, 1, 7, 0, 6, 0, 1, 0, 18, 0, 8, 0, 1, 29, 0, 33, 0, 10, 0, 1, 0, 86, 0, 52, 0, 12, 0, 1, 131, 0, 179, 0, 75, 0, 14, 0, 1, 0, 427, 0, 316, 0, 102, 0, 16, 0, 1, 625, 0, 972, 0, 505, 0, 133, 0, 18, 0, 1
Offset: 0

Views

Author

Gary W. Adamson and Roger L. Bagula, Oct 25 2008

Keywords

Comments

Left border = aerated version of A007852.

Examples

			First few rows of the triangle:
    1;
    0,   1;
    2,   0,   1;
    0,   4,   0,   1;
    7,   0,   6,   0,   1;
    0,  18,   0,   8,   0,   1;
   29,   0,  33,   0,  10,   0,   1;
    0,  86,   0,  52,   0,  12,   0,   1;
  131,   0, 179,   0,  75,   0,  14,   0,   1;
    0, 427,   0, 316,   0, 102,   0,  16,   0,   1;
  625,   0, 972,   0, 505,   0, 133,   0,  18,   0,   1;
  ...
		

Crossrefs

Cf. A053121.
Cf. A007852, A145974 (row sums).
This triangle is the square of A053121.

Programs

Formula

Triangle read by rows, A053121^2.

A153585 Convolution triangle, A053121 * (A001405 * 0^(n-k)).

Original entry on oeis.org

1, 0, 1, 1, 0, 2, 0, 2, 0, 3, 2, 0, 6, 0, 6, 0, 5, 0, 12, 0, 10, 5, 0, 18, 0, 30, 0, 20, 0, 14, 0, 42, 0, 60, 0, 35, 14, 0, 56, 0, 120, 0, 140, 0, 70, 0, 42, 0, 144, 0, 270, 0, 280, 0, 126
Offset: 0

Views

Author

Gary W. Adamson, Dec 28 2008

Keywords

Comments

Row sums = A145974: (1, 1, 3, 5, 14, 27, 73,...).

Examples

			First few rows of the triangle =
1;
0, 1;
1, 0, 2;
0, 2, 0, 3;
2, 0, 6, 0, 6;
0, 5, 0, 12, 0, 10;
5, 0, 18, 0, 30, 0, 20;
0, 14, 0, 42, 0, 60, 0, 35;
14, 0, 56, 0, 120, 0, 140, 0, 70;
0, 42, 0, 144, 0, 270, 0, 280, 0, 126;
42, 0, 180, 0, 450, 0, 700, 0, 630, 0, 252;
...
Example: Row 4 = (2, 0, 6, 0, 6) = termwise products of (2, 0, 3, 0, 1) and (1, 1, 2, 3, 6).
		

Formula

Convolution triangle, A053121 * (A001405 * 0^(n-k)).
A053121 = the aerated Catalan triangle and (A001405 * 0^(n-k) = an
infinite lower triangular matrix with A001405 as the main diagonal and
the rest zeros.
Showing 1-2 of 2 results.