|
| |
|
|
A104765
|
|
Triangle T(n,k) read by rows: row n contains the first n Lucas numbers A000204.
|
|
4
| |
|
|
1, 1, 3, 1, 3, 4, 1, 3, 4, 7, 1, 3, 4, 7, 11, 1, 3, 4, 7, 11, 18, 1, 3, 4, 7, 11, 18, 29, 1, 3, 4, 7, 11, 18, 29, 47, 1, 3, 4, 7, 11, 18, 29, 47, 76, 1, 3, 4, 7, 11, 18, 29, 47, 76, 123, 1, 3, 4, 7, 11, 18, 29, 47, 76, 123, 199, 1, 3, 4, 7, 11, 18, 29, 47, 76, 123, 199, 322, 1, 3, 4, 7, 11
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,3
|
|
|
COMMENTS
| Reading rows from the right to the left yields A104764.
|
|
|
FORMULA
| T(n,k)=A000204(k), 1<=k<=n.
T(n,k)=A104764(n,n-k+1).
|
|
|
EXAMPLE
| First few rows of the triangle are:
1;
1, 3;
1, 3, 4;
1, 3, 4, 7;
1, 3, 4, 7, 11;
1, 3, 4, 7, 11, 18;
...
|
|
|
CROSSREFS
| Cf. A000204, A104765, A104762, A104763.
Cf. A027961 (row sums). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 22 2009]
Sequence in context: A095709 A076152 A107638 * A064884 A093560 A173934
Adjacent sequences: A104762 A104763 A104764 * A104766 A104767 A104768
|
|
|
KEYWORD
| nonn,tabl,easy
|
|
|
AUTHOR
| Gary W. Adamson (qntmpkt(AT)yahoo.com), Mar 24 2005
|
|
|
EXTENSIONS
| Edited and extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 23 2008
|
| |
|
|