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.

A089249 Triangular array read by rows illustrating the connection between A000522 and A008292.

Original entry on oeis.org

1, 3, 4, 6, 16, 11, 10, 40, 55, 26, 15, 80, 165, 156, 57, 21, 140, 385, 546, 399, 120
Offset: 1

Views

Author

Alford Arnold, Dec 11 2003

Keywords

Comments

The general case corresponding to other diagonals of A046802 can be derived from A046802(m,n) = Sum C(m-1,n-1) * A008292(m-r,n-1).

Examples

			The fifth row of the array is 15 80 165 156 57 resulting from A089249 (1 4 11 26 57 ) times ( 15 20 15 6 1)
		

Crossrefs

Row sums = the third diagonal of A046802.