OFFSET
1,5
COMMENTS
a(n) counts closed plane meanders according to the number of white regions when regions are colored black and white alternatively. So the sum of each row is given by A005315. The outer columns consist of 1's. The next-to-outer columns are given by A002415.
This is also the number of arches above the x-axis going from an odd vertex to a higher even vertex(p) for closed plane meanders(M) with n arches. By symmetry, these same subsets exist for arches below the x-axis. For each meander solution, the total arches for the top and bottom that go from an odd vertex to a higher even vertex is n+1.
Example: M(n,p): M(3,1)=1 [(top 16,23,45; bottom 12,34,56)], M(3,2)=6 [(top 14,23,56; bottom 16,25,34)(top 16,25,34; bottom 14,23,56) (top 12,36,45; bottom 16,25,34) (top 16,25,34; bottom 12,36,45) (top 12,36,45; bottom 14,23,56)(top 14,23,56; bottom 12,36,45)] M(3,3)=1 [(top 12,34,56; bottom 16,23,45)]. - Roger Ford, Sep 29 2014
LINKS
Joerg Arndt and Andrew Howroyd, Table of n, a(n) for n = 1..210 (first 105 terms from Joerg Arndt)
Reinhard O. W. Franz, and Berton A. Earnshaw, A constructive enumeration of meanders, Ann. Comb. 6 (2002), no. 1, 7-17. [Table 1 gives first 14 rows]
EXAMPLE
Triangle begins:
1;
1, 1;
1, 6, 1;
1, 20, 20, 1;
1, 50, 160, 50, 1;
1, 105, 808, 808, 105, 1; ...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
F. Chapoton, May 09 2001; extended to 14 rows, Jul 31 2011
STATUS
approved