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.

A133601 A007318 * (A097806 + A133080 - I), I = Identity matrix.

Original entry on oeis.org

1, 3, 1, 5, 3, 1, 7, 6, 5, 1, 9, 10, 14, 5, 1, 11, 15, 30, 15, 7, 1, 13, 21, 55, 35, 27, 7, 1, 15, 28, 91, 70, 77, 28, 9, 1, 17, 36, 140, 126, 182, 84, 44, 9, 1, 19, 45, 204, 210, 378, 210, 156, 45, 11, 1
Offset: 0

Views

Author

Gary W. Adamson, Sep 18 2007

Keywords

Examples

			First few rows of the triangle are:
1;
3, 1;
5, 3, 1;
7, 6, 5, 1;
9, 10, 14, 5, 1;
11, 15, 30, 15, 7, 1;
13, 21, 55, 35, 27, 7, 1;
15, 28, 91, 70, 77, 28, 9, 1;
...
		

Crossrefs

Cf. A097806, A133080, A052549 (row sums).

Programs

Formula

A007318 * (A097806 + A133080 - I), I = Identity matrix. Binomial transform of an infinite lower triangular matrix with (1,1,1,...) in the main diagonal and (2,1,2,1,2,...) in the subdiagonal; and the rest zeros.