|
| |
|
|
A143802
|
|
Triangle read by rows, "n" followed by (n-1) terms of (1, 3, 7, 15,...)
|
|
0
| |
|
|
1, 2, 1, 3, 1, 3, 4, 1, 3, 7, 5, 1, 3, 7, 15, 6, 1, 3, 7, 15, 31, 7, 1, 3, 7, 15, 31, 63, 8, 1, 3, 7, 15, 31, 63, 127, 9, 1, 3, 7, 15, 31, 63, 127, 255, 10, 1, 3, 7, 15, 31, 63, 127, 255, 511
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Row sums = (2^n - 1)
Sum of terms in n-th row = rightmost term in next row.
1;
2, 1;
3, 1, 3;
4, 1, 3, 7;
5, 1, 3, 7, 15;
6, 1, 3, 7, 15, 31;
7, 1, 3, 7, 15, 31, 63;
...
|
|
|
FORMULA
| Triangle read by rows, "n" followed by (n-1) terms of (1, 3, 7, 15,...)
|
|
|
EXAMPLE
| First few rows of the triangle =
|
|
|
CROSSREFS
| A000225
Sequence in context: A100714 A050123 A081386 * A177040 A163313 A135591
Adjacent sequences: A143799 A143800 A143801 * A143803 A143804 A143805
|
|
|
KEYWORD
| nonn,tabl
|
|
|
AUTHOR
| Gary W. Adamson (qntmpkt(AT)yahoo.com), Sep 01 2008
|
| |
|
|