|
| |
|
|
A127510
|
|
Triangle, row sums = A127509 (mu(n) * T(n)).
|
|
1
| |
|
|
1, -1, -2, -1, -2, -3, 0, 0, 0, 0, -1, -2, -3, -4, -5, 1, 2, 3, 4, 5, 6, -1, -2, -3, -4, -5, -6, -7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,3
|
|
|
COMMENTS
| Row sums = mu(n) * T(n), (A127509: 1, -3, -6, 0, -15,...)
|
|
|
FORMULA
| M * Q, as infinite lower triangular matrices, M = mu(n) in the main diagonal and the rest zeros; Q = (1; 1, 2; 1, 2, 3;...).
|
|
|
EXAMPLE
| First few rows of the triangle are:
1;
-1, -2;
-1, -2, -3;
0, 0, 0, 0;
-1, -2, -3, -4, -5;
1, 2, 3, 4, 5, 6;
...
|
|
|
CROSSREFS
| Cf. A008683, A000217, A127509.
Sequence in context: A110775 A092186 A138262 * A158810 A129390 A129391
Adjacent sequences: A127507 A127508 A127509 * A127511 A127512 A127513
|
|
|
KEYWORD
| tabl,uned,sign
|
|
|
AUTHOR
| Gary W. Adamson (qntmpkt(AT)yahoo.com), Jan 17 2007
|
| |
|
|