login
A157901
Triangle read by rows: A000012 * A157898
1
1, 1, 1, 2, 2, 2, 2, 4, 4, 4, 3, 6, 10, 8, 8, 3, 9, 16, 24, 16, 16, 4, 12, 28, 40, 56, 32, 32, 4, 16, 40, 80, 96, 128, 64, 64, 5, 20, 60, 120, 216, 224, 288, 128, 128, 5, 25, 80, 200, 336, 560, 512, 640, 256, 256
OFFSET
0,4
COMMENTS
Multiplication of the lower triangular matrix A157898 from the left by A000012 means: these are partial column sums of A157898.
FORMULA
Row sums = A105635(n+1).
T(n,k) = sum_{l=0..n} A000012(n,l)*A157898(l,k).
EXAMPLE
First few rows of the triangle, n>=0:
1;
1, 1;
2, 2, 2;
2, 4, 4, 4;
3, 6, 10, 8, 8;
3, 9, 16, 24, 16, 16;
4, 12, 28, 40, 56, 32, 32;
4, 16, 40, 80, 96, 128, 64, 64;
5, 20, 60, 120, 216, 224, 288, 128, 128;
5, 25, 80, 200, 336, 560, 512, 640, 256, 256;
CROSSREFS
Sequence in context: A195427 A006643 A080217 * A350697 A327441 A335855
KEYWORD
nonn,tabl
AUTHOR
EXTENSIONS
Edited by the Associate Editors of the OEIS, Apr 10 2009
STATUS
approved