|
| |
| |
|
|
|
1, 2, 2, 3, 2, 3, 4, 4, 3, 4, 5, 4, 3, 4, 5, 6, 6, 6, 4, 5, 6, 7, 6, 6, 4, 5, 6, 7, 8, 8, 6, 8, 5, 6, 7, 8, 9, 8, 9, 8, 5, 6, 7, 8, 9, 10, 10, 9, 8, 10, 6, 7, 8, 9, 10, 11, 10, 9, 8, 10, 6, 7, 8, 9, 10, 11, 12, 12, 12, 12, 10, 12, 7, 8, 9, 10, 11, 12, 13, 12, 12, 12, 10, 12, 7, 8, 9, 10, 11, 12, 13, 14
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Consider A000012 as a lower-left all-1 triangle, and build the matrix product
by multiplication with A127093 from the right.
|
|
|
FORMULA
| T(n,m) = sum_{j=m..n} A000012(n,j)*A127093(j,m) = sum_{j=m..n} A127093(j,m) = m*floor(n/m) = m*A010766(n,m).
|
|
|
EXAMPLE
| First few rows of the triangle are:
1;
2, 2;
3, 2, 3;
4, 4, 3, 4;
5, 4, 3, 4, 5;
6, 6, 6, 4, 5, 6;
7, 6, 6, 4, 5, 6, 7;
...
|
|
|
CROSSREFS
| Cf. A024916 (row sums), A127093, A127094, A127096, A127097, A127098, A127099, A038040, A000203, A126988, A127013, A127057.
Sequence in context: A069352 A073453 A123229 * A074712 A087735 A172151
Adjacent sequences: A127092 A127093 A127094 * A127096 A127097 A127098
|
|
|
KEYWORD
| nonn,easy,tabl
|
|
|
AUTHOR
| Gary W. Adamson (qntmpkt(AT)yahoo.com), Jan 05 2007
|
|
|
EXTENSIONS
| Edited and extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 18 2009
|
| |
|
|