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.

A152202 Triangle read by rows, A000012 * A152201.

Original entry on oeis.org

1, 3, 6, 1, 10, 3, 15, 7, 1, 21, 13, 3, 28, 22, 8, 1, 36, 34, 16, 3, 45, 50, 30, 9, 1, 55, 70, 50, 19, 3, 66, 95, 80, 39, 10, 1, 78, 125, 120, 69, 22, 3, 91, 161, 175, 119, 49, 11, 1
Offset: 0

Views

Author

Gary W. Adamson, Nov 29 2008

Keywords

Comments

Row sums = A053599: (1, 3, 7, 13, 23, 37, 59,...).

Examples

			First few rows of the triangle =
1;
3;
6, 1;
10, 3;
15, 7, 1;
21, 13, 3;
28, 22, 8, 1;
36, 34, 16, 3;
45, 50, 30, 9, 1;
55, 70, 50, 19, 3;
66, 95, 80, 39, 10, 1;
78, 125, 120, 69, 22, 3;
91, 161, 175, 119, 49, 11, 1;
...
		

Crossrefs

Formula

Triangle read by rows, A000012 * A152201 = partial sums of A152201 column terms.