|
| |
|
|
A127647
|
|
Triangle read by rows: row n consists of n-1 zeros followed by Fibonacci(n).
|
|
16
|
|
|
|
1, 0, 1, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 144, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 233, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
(list;
table;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,6
|
|
|
COMMENTS
|
This sequence * A007318 (Pascal's Triangle) = A016095. A007318 * this sequence = A094436
With offset (0,6), this is [0,0,0,0,0,0,0,0,0,0,...] DELTA [1,1,-1,0,0,0,0,0,0,...] where DELTA is the operator defined in A084938 . - Philippe DELEHAM, Jan 26 2007
|
|
|
LINKS
|
Table of n, a(n) for n=1..101.
|
|
|
FORMULA
|
An infinite lower triangular matrix with the Fibonacci sequence in the main diagonal and the rest zeros.
|
|
|
EXAMPLE
|
First few rows of the triangle are:
1;
0, 1;
0, 0, 2;
0, 0, 0, 3;
0, 0, 0, 0, 5;
0, 0, 0, 0, 0, 8;
|
|
|
CROSSREFS
|
Cf. A007318, A094436, A016095.
Sequence in context: A134402 A132440 A174712 * A140579 A091227 A035444
Adjacent sequences: A127644 A127645 A127646 * A127648 A127649 A127650
|
|
|
KEYWORD
|
nonn,tabl,easy
|
|
|
AUTHOR
|
Gary W. Adamson, Jan 22 2007
|
|
|
EXTENSIONS
|
More terms from Joshua Zucker, May 15 2007
|
|
|
STATUS
|
approved
|
| |
|
|