|
| |
|
|
A140408
|
|
Irregular triangle T(n,k) read by rows: n repetitions of -1 followed by (n+1) repetitions of n+1.
|
|
0
| |
|
|
1, -1, 2, 2, -1, -1, 3, 3, 3, -1, -1, -1, 4, 4, 4, 4, -1, -1, -1, -1, 5, 5, 5, 5, 5, -1, -1, -1, -1, -1, 6, 6, 6, 6, 6, 6, -1, -1, -1, -1, -1, -1, 7, 7, 7, 7, 7, 7, 7, -1, -1, -1, -1, -1, -1, -1, 8, 8, 8, 8, 8, 8, 8, 8, -1, -1, -1, -1, -1, -1, -1, -1, 9, 9, 9, 9, 9, 9, 9, 9, 9, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
COMMENTS
| Row n has 2n+1 terms.
|
|
|
EXAMPLE
| 1,
-1, 2, 2,
-1, -1, 3, 3, 3,
-1, -1, -1, 4, 4, 4, 4,
-1, -1, -1, -1, 5, 5, 5, 5, 5,
-1, -1, -1, -1, -1, 6, 6, 6, 6, 6, 6,
-1, -1, -1, -1, -1, -1, 7, 7, 7, 7, 7, 7, 7,
-1, -1, -1, -1, -1, -1, -1, 8, 8, 8, 8, 8, 8, 8, 8,
-1, -1, -1, -1, -1, -1, -1, -1, 9, 9, 9, 9, 9, 9, 9, 9, 9,
-1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10
|
|
|
CROSSREFS
| Cf. A002061 (row sums).
Sequence in context: A102481 A110659 A100522 * A047080 A036064 A090706
Adjacent sequences: A140405 A140406 A140407 * A140409 A140410 A140411
|
|
|
KEYWORD
| sign,tabf,easy
|
|
|
AUTHOR
| Paul Curtz (bpcrtz(AT)free.fr), Jun 16 2008
|
| |
|
|