|
| |
|
|
A114116
|
|
1's-counting matrix: row sums give number of 1's in binary expansion of n+1.
|
|
2
| |
|
|
1, 0, 1, 2, -1, 1, -1, 2, -1, 1, 1, 0, 1, -1, 1, 1, 0, 0, 1, -1, 1, 3, -2, 2, -1, 1, -1, 1, -2, 3, -2, 2, -1, 1, -1, 1, 0, 1, 0, 0, 1, -1, 1, -1, 1, 0, 1, 0, 0, 0, 1, -1, 1, -1, 1, 2, -1, 2, -2, 2, -1, 1, -1, 1, -1, 1, 0, 1, -1, 2, -2, 2, -1, 1, -1, 1, -1, 1, 2, -1, 1, 0, 0, 0, 1, -1, 1, -1, 1, -1, 1, 2, -1, 1, 0, 0, 0, 0, 1, -1, 1, -1, 1, -1, 1, 4, -3, 3, -2, 2
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,4
|
|
|
COMMENTS
| First column is -A037861(n+1). Row sums are A000120. Product of partial sum matrix (1/(1-x),x) and A114115. Inverse is A114117.
|
|
|
EXAMPLE
| Triangle begins
1;
0, 1;
2,-1, 1;
-1, 2,-1, 1;
1, 0, 1,-1, 1;
1, 0, 0, 1,-1, 1;
3,-2, 2,-1, 1,-1, 1;
|
|
|
CROSSREFS
| Sequence in context: A112400 A116861 A105242 * A054532 A120888 A031230
Adjacent sequences: A114113 A114114 A114115 * A114117 A114118 A114119
|
|
|
KEYWORD
| sign,tabl
|
|
|
AUTHOR
| Paul Barry (pbarry(AT)wit.ie), Nov 13 2005
|
| |
|
|