|
| |
|
|
A132923
|
|
Triangle by columns, F(n) followed by (F(n)+1), (F(n)+2), (F(n)+3),...
|
|
1
| |
|
|
1, 2, 1, 3, 2, 2, 4, 3, 3, 3, 5, 4, 4, 4, 5, 6, 5, 5, 5, 6, 8, 7, 6, 6, 6, 7, 9, 13, 8, 7, 7, 7, 8, 10, 14, 21, 9, 8, 8, 8, 9, 11, 15, 22, 34, 10, 9, 9, 9, 10, 12, 16, 23, 35, 55
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Row sums = A081662: (1, 3, 7, 13, 22, 35, 54,...). Right border = Fibonacci numbers, A000045.
|
|
|
EXAMPLE
| First few rows of the triangle are:
1;
2, 1;
3, 2, 2;
4, 3, 3, 3;
5, 4, 4, 4, 5;
6, 5, 5, 5, 6, 8;
7, 6, 6, 6, 7, 9, 13;
...
|
|
|
CROSSREFS
| Cf. A000045, A081662.
Sequence in context: A097367 A130211 A102364 * A144329 A141157 A137948
Adjacent sequences: A132920 A132921 A132922 * A132924 A132925 A132926
|
|
|
KEYWORD
| nonn,tabl
|
|
|
AUTHOR
| Gary W. Adamson (qntmpkt(AT)yahoo.com), Sep 05 2007
|
| |
|
|