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.

A137640 Row sums of triangle A137639.

Original entry on oeis.org

1, 3, 4, 8, 9, 17, 19, 32, 40, 57, 71, 106, 129, 176
Offset: 1

Views

Author

Gary W. Adamson, Jan 31 2008

Keywords

Examples

			a(4) = 8 = sum of row 4 terms of triangle A137639: (7 + 2 + 0 + 1).
a(4) = 8 = (3, 1, 0, 1) dot (1, 2, 2, 3) = (3 + 2 + 0 + 3); where (3, 1, 0, 1) = row 4 of triangle A026794, the partition triangle and (1, 2, 2, 3) = the first 4 terms of A000005, d(n).
		

Crossrefs

Formula

A026794 * A000005. (A026794 as an infinite lower triangular matrix and d(n) as a vector).