|
| |
|
|
A104734
|
|
Triangle, row sums = A001891, convolution of natural numbers with Fibonacci numbers.
|
|
0
| |
|
|
1, 3, 1, 5, 4, 1, 7, 8, 5, 1, 9, 12, 12, 6, 1, 11, 16, 20, 17, 7, 1, 13, 20, 28, 32, 23, 8, 1, 15, 24, 36, 48, 49, 30, 9, 1
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Row sums = A001891, convolution of natural numbers with Fibonacci numbers: 1, 4, 10, 21, 40, 72, 125, 212...
|
|
|
FORMULA
| Extract the triangle from A * B; A = [1; 3, 1; 5, 3, 1;...] B = [1; 0, 1; 0, 1, 1; 0, 0, 2, 1; 0, 0, 1, 3, 1;...]; both infinite lower triangular matrices with the rest of the terms zeros. B as a sequence = A026729.
|
|
|
EXAMPLE
| First few rows of the triangle are:
1;
3, 1;
5, 4, 1;
7, 8, 5, 1;
9, 12, 12, 6, 1;
11, 16, 20, 17, 7, 1;
...
|
|
|
CROSSREFS
| Cf. A001891, A026729.
Sequence in context: A002323 A200920 A117853 * A029655 A110813 A124883
Adjacent sequences: A104731 A104732 A104733 * A104735 A104736 A104737
|
|
|
KEYWORD
| nonn,uned,tabl
|
|
|
AUTHOR
| Gary W. Adamson (qntmpkt(AT)yahoo.com), Mar 20 2005
|
| |
|
|