|
| |
|
|
A130270
|
|
Triangle read by rows, T(n) followed by 1,2,3,...(n-1).
|
|
0
| |
|
|
1, 3, 1, 6, 1, 2, 10, 1, 2, 3, 15, 1, 2, 3, 4, 21, 1, 2, 3, 4, 5, 28, 1, 2, 3, 4, 5, 6, 36, 1, 2, 3, 4, 5, 6, 7, 45, 1, 2, 3, 4, 5, 6, 7, 8
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Row sums = n^2.
|
|
|
FORMULA
| Triangle read by rows, T(n) followed by 1,2,3,...(n-1). Row differences of triangle A130269 starting from the left.
|
|
|
EXAMPLE
| First few rows of the triangle are:
1;
3, 1;
6, 1, 2;
10, 1, 2, 3;
15, 1, 2, 3, 4;
...
Row 4 = (10, 1, 2, 3) = differences of row 4 of A130269: (10, 11, 13, 16).
|
|
|
CROSSREFS
| Cf. A000217, A130269.
Sequence in context: A098076 A171852 A010287 * A090049 A115364 A016476
Adjacent sequences: A130267 A130268 A130269 * A130271 A130272 A130273
|
|
|
KEYWORD
| nonn,tabl
|
|
|
AUTHOR
| Gary W. Adamson (qntmpkt(AT)yahoo.com), May 18 2007
|
| |
|
|