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.

A139633 Triangle read by rows: binomial transform of a diagonalized matrix of A026741.

Original entry on oeis.org

1, 1, 1, 1, 2, 3, 1, 3, 9, 2, 1, 4, 18, 8, 5, 1, 5, 30, 20, 25, 3, 1, 6, 45, 40, 75, 18, 7, 1, 7, 63, 70, 175, 63, 49, 4, 1, 8, 84, 112, 350, 168, 196, 32, 9, 1, 9, 108, 168, 630, 378, 588, 144, 81, 5, 1, 10, 135, 240, 1050, 756, 1470, 480, 405, 50, 11, 1, 11, 165, 330, 1650, 1386
Offset: 1

Views

Author

Gary W. Adamson and Roger L. Bagula, Apr 27 2008

Keywords

Comments

Row sums = A084860: (1, 2, 6, 15, 36, 84, 192,...).

Examples

			First few rows of the triangle are:
1;
1, 1;
1, 2, 3;
1, 3, 9, 2;
1, 4, 18, 8, 5;
1, 5, 30, 20, 25, 3;
1, 6, 45, 40, 75, 18, 7;
1, 7, 63, 70, 175, 63, 49, 4;
...
		

Crossrefs

Formula

Let X = a diagonalized matrix of A026741: [1; 0,1; 0,0,3; 0,0,0,2;], where the first few nonzero terms of A026741 are (1, 1, 3, 2, 5, 3, 7,...). The triangle = A007318 * X.