login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A152193
Triangle read by rows, A034839 * (A027826 * 0^(n-k)).
1
1, 1, 1, 1, 1, 3, 1, 6, 2, 1, 10, 10, 1, 15, 30, 4, 1, 21, 70, 28, 1, 28, 140, 112, 9, 1, 36, 252, 336, 81, 1, 45, 420, 840, 405, 21, 1, 55, 660, 1848, 1485, 231, 1, 66, 990, 3696, 4455, 1386, 50
OFFSET
0,6
COMMENTS
Row sums = A027826, the eigensequence of triangle A034839.
FORMULA
A034839 * (A027826 * 0^(n-k)) = A034839 * an infinite lower triangular matrix with A027826: (1, 1, 2, 4, 9, 21, 50, 120,...) and the rest zeros.
EXAMPLE
First few rows of the triangle =
1;
1;
1, 1;
1, 3;
1, 6, 2;
1, 10, 10;
1, 15, 30, 4;
1, 21, 70, 28;
1, 28, 140, 112, 9;
1, 36, 252, 336, 81;
1, 45, 420, 840, 405, 21;
1, 55, 660, 1848, 1485, 231;
1, 66, 990, 3696, 4455, 1386, 50;
...
CROSSREFS
Sequence in context: A130302 A270103 A134546 * A055151 A181187 A104573
KEYWORD
nonn,tabf,more
AUTHOR
Gary W. Adamson, Nov 28 2008
STATUS
approved