login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104582 Triangle read by rows: T(i,j) is the (i,j)-entry (1 <= j <= i) of the product of the lower triangular matrix (Fibonacci(i-j+1)) and of the lower triangular matrix all of whose entries are equal to 1 (for j <= i). 1
1, 2, 1, 4, 2, 1, 7, 4, 2, 1, 12, 7, 4, 2, 1, 20, 12, 7, 4, 2, 1, 33, 20, 12, 7, 4, 2, 1, 54, 33, 20, 12, 7, 4, 2, 1, 88, 54, 33, 20, 12, 7, 4, 2, 1, 143, 88, 54, 33, 20, 12, 7, 4, 2, 1, 232, 143, 88, 54, 33, 20, 12, 7, 4, 2, 1, 376, 232, 143, 88, 54, 33, 20, 12, 7, 4, 2, 1, 609, 376, 232 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
T(i, j) = Fibonacci(i-j+3) - 1 for 1 <= j <= i and 0 otherwise. - Emeric Deutsch, Mar 23 2005
EXAMPLE
The first few rows of the triangle are:
1;
2, 1;
4, 2, 1;
7, 4, 2, 1;
12, 7, 4, 2, 1;
...
MAPLE
with(combinat): for i from 1 to 13 do seq(fibonacci(i-j+3)-1, j=1..i) od; # yields sequence in triangular form # Emeric Deutsch, Mar 23 2005
CROSSREFS
Sum of row n = Fibonacci(n+4) - n - 3 (A001924). Columns (starting from the diagonal entries) are the Fibonacci numbers -1 (A000071).
Sequence in context: A345877 A165899 A316354 * A209439 A133938 A239829
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Mar 16 2005
EXTENSIONS
More terms from Emeric Deutsch, Mar 23 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)