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.

A188023 Triangle read by rows, T(n,k) = k*A115361(n-1,k-1).

Original entry on oeis.org

1, 1, 2, 0, 0, 3, 1, 2, 0, 4, 0, 0, 0, 0, 5, 0, 0, 3, 0, 0, 6, 0, 0, 0, 0, 0, 0, 7, 1, 2, 0, 4, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 5, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 0, 3, 0, 0, 6, 0, 0, 0, 0, 0, 12
Offset: 1

Views

Author

Gary W. Adamson, Mar 19 2011

Keywords

Comments

Triangle obtained by multiplying the lower triangular matrices A115361 and A127648.

Examples

			First few rows of the triangle =
1
1, 2
0, 0, 3
1, 2, 0, 4
0, 0, 0, 0, 5
0, 0, 3, 0, 0, 6
0, 0, 0, 0, 0, 0, 7
1, 2, 0, 4, 0, 0, 0, 8
0, 0, 0, 0, 0, 0, 0, 0, 9
0, 0, 0, 0, 5, 0, 0, 0, 0, 10
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11
0, 0, 3, 0, 0, 6, 0, 0, 0, 0, 0, 12
...
		

Crossrefs

Cf. A115361, A127648, A129527 (row sums)