|
| |
|
|
A104762
|
|
Triangle read by rows: row n contains first n nonzero Fibonacci numbers in decreasing order.
|
|
5
| |
|
|
1, 1, 1, 2, 1, 1, 3, 2, 1, 1, 5, 3, 2, 1, 1, 8, 5, 3, 2, 1, 1, 13, 8, 5, 3, 2, 1, 1, 21, 13, 8, 5, 3, 2, 1, 1, 34, 21, 13, 8, 5, 3, 2, 1, 1, 55, 34, 21, 13, 8, 5, 3, 2, 1, 1, 89, 55, 34, 21, 13, 8, 5, 3, 2, 1, 1, 144, 89, 55, 34, 21, 13, 8, 5, 3, 2, 1, 1, 233, 144, 89, 55, 34, 21, 13, 8, 5, 3, 2, 1
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,4
|
|
|
COMMENTS
| Sum of n-th row = F(n+2) - 1; sequence A000071 starting (1, 2, 4, 7, 12, 20,...).
Riordan array (1/(1-x-x^2),x) . [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Apr 23 2009]
|
|
|
FORMULA
| In every column, (1, 1, 2, 3, 5,...); the nonzero Fibonacci numbers, A000045.
a(n,k) = A000045(n-k+1). - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 23 2006
|
|
|
EXAMPLE
| First few rows of the triangle are:
1;
1, 1;
2, 1, 1;
3, 2, 1, 1;
5, 3, 2, 1, 1;
8, 5, 3, 2, 1, 1;
...
|
|
|
CROSSREFS
| Cf. A000045, A000071.
Companion triangle A104763, Fibonacci sequence in each row starting from the left.
Sequence in context: A112739 A194543 A027293 * A152462 A180360 A175331
Adjacent sequences: A104759 A104760 A104761 * A104763 A104764 A104765
|
|
|
KEYWORD
| nonn,tabl
|
|
|
AUTHOR
| Gary W. Adamson (qntmpkt(AT)yahoo.com), Mar 23 2005, Mar 05 2007
|
|
|
EXTENSIONS
| Edited by N. J. A. Sloane (njas(AT)research.att.com) at the suggestion of Philippe DELEHAM, Jun 11 2007
More terms from Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Apr 21 2009
|
| |
|
|