|
| |
|
|
A134842
|
|
Triangle, n-th row = first n terms of n-th row of an array formed by A054525 * A051731(transform).
|
|
1
| |
|
|
1, -1, 0, -1, -1, 0, 0, -1, 0, 0, -1, -1, -1, -1, 0, 1, 0, 0, 0, 1, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Left column = mu(n), A008683: (1, -1, -1, 0, -1, 1, 0, 0, 1,...). Row sums = A023900: (1, -1, -2, -1, -4, 2, -6,...).
|
|
|
FORMULA
| Triangle, n-th row - first n terms of n-th row of an array formed by A054525 * A051731(transform).
|
|
|
EXAMPLE
| First few rows of the array are:
1, 1, 1, 1, 1, 1, 1,...
-1, 0, -1, 0, -1, 0, -1,...
-1, -1, 0, -1, -1, -1, 0,...
0, -1, 0, 0, 0, -1, 0,...
-1, -1, -1, -1, -1, 0, -1,...
...
First few rows of the triangle are:
1;
-1, 0
-1, -1, 0;
0, -1, 0, 0;
-1, -1, -1, -1, 0;
1, 0, 0, 0, 1, 0;
-1, -1, -1, -1, -1, -1, 0;
...
|
|
|
CROSSREFS
| Cf. A051731, A054525, A008683, A023900.
Sequence in context: A070886 A041004 A141736 * A167753 A086747 A141727
Adjacent sequences: A134839 A134840 A134841 * A134843 A134844 A134845
|
|
|
KEYWORD
| tabl,sign
|
|
|
AUTHOR
| Gary W. Adamson (qntmpkt(AT)yahoo.com), Nov 12 2007
|
| |
|
|