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.

A153868 Triangle read by rows, A135278 * (A040027 * 0^(n-k)).

Original entry on oeis.org

1, 2, 1, 3, 3, 3, 4, 6, 12, 9, 5, 10, 30, 45, 31, 6, 15, 60, 135, 186, 121, 7, 21, 105, 315, 651, 847, 523, 8, 28, 168, 630, 1736, 3388, 4184, 2469
Offset: 0

Views

Author

Gary W. Adamson, Jan 03 2009

Keywords

Comments

Row sums = A040027 starting (1, 3, 9, 31, 121, 523,...).
Sum of n-th row terms = rightmost term of next row.

Examples

			First few rows of the triangle
1;
2, 1;
3, 3, 3;
4, 6, 12, 9;
5, 10, 30, 45, 31;
6, 15, 60, 135, 186, 121;
7, 21, 105, 315, 651, 846, 523;
8, 28, 168, 630, 1736, 3388, 4184, 2469;
...
		

Crossrefs

Formula

Triangle read by rows, A135278 * (A040027 * 0^(n-k)).
Binomial transform of an infinite lower triangular matrix with A040027.
(starting 1, 1, 3, 9, 31, 121,...) as the main and subdiagonals.