|
| |
|
|
A162470
|
|
Table read by rows: the Catalan number C(n) followed by pairs (C(n-1-j), C(j+1)), j=0 to n-2.
|
|
0
| |
|
|
1, 2, 1, 1, 5, 2, 1, 1, 2, 5, 14, 5, 1, 2, 2, 1, 5, 42, 14, 1, 5, 2, 2, 5, 1, 14, 132, 42, 1, 14, 2, 5, 5, 2, 14, 1, 42, 429, 132, 1, 42, 2, 14, 5, 5, 14, 2, 42, 1, 132, 1430, 429, 1, 132, 2, 42, 5, 14, 14, 5, 42, 2, 132, 1, 429, 4862, 1430, 1, 429, 2, 132, 5, 42, 14, 14, 42, 5, 132, 2
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| The table starts row n with A000108(n) = C(n) and then visualizes
the convolution formula C(n) = sum_{j=0..n-1} C(j)*C(n-1-j) by listing some
pairs of that structure in the same row.
|
|
|
EXAMPLE
| Starting in row n=1 the table reads
1;
2,1,1;
5,2,1,1,2;
14,5,1,2,2,1,5;
42,14,1,5,2,2,5,1,14;
132,42,1,14,2,5,5,2,14,1,42;
The row n=3 represents 5=2*1+1*1+1*2, for example, where the middle term is not represented in the table.
|
|
|
CROSSREFS
| cf. A000108.
Sequence in context: A022661 A120292 A179318 * A174004 A128604 A098885
Adjacent sequences: A162467 A162468 A162469 * A162471 A162472 A162473
|
|
|
KEYWORD
| nonn,tabf,less
|
|
|
AUTHOR
| Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), Jul 04 2009
|
|
|
EXTENSIONS
| Definition and comment rephrased by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 16 2009
|
| |
|
|