%I #40 Dec 15 2015 19:10:55
%S 1,1,1,1,6,1,1,20,20,1,1,50,160,50,1,1,105,808,808,105,1,1,196,3066,
%T 7294,3066,196,1,1,336,9552,45588,45588,9552,336,1,1,540,25740,220362,
%U 440172,220362,25740,540,1,1,825,62040,879840,3133724,3133724,879840,62040,825,1,1,1210,136851,3028454,17752636,31586346,17752636,3028454,136851,1210,1
%N Triangle giving numbers of closed plane meanders.
%C 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.
%C 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.
%C 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
%H Joerg Arndt and Andrew Howroyd, <a href="/A060972/b060972.txt">Table of n, a(n) for n = 1..210</a> (first 105 terms from Joerg Arndt)
%H Reinhard O. W. Franz, and Berton A. Earnshaw, <a href="http://dx.doi.org/10.1007/s00026-002-8026-z">A constructive enumeration of meanders</a>, Ann. Comb. 6 (2002), no. 1, 7-17. [Table 1 gives first 14 rows]
%e Triangle begins:
%e 1;
%e 1, 1;
%e 1, 6, 1;
%e 1, 20, 20, 1;
%e 1, 50, 160, 50, 1;
%e 1, 105, 808, 808, 105, 1; ...
%Y Row sums give A005315, diagonals give A002415.
%K nonn,tabl
%O 1,5
%A _F. Chapoton_, May 09 2001; extended to 14 rows, Jul 31 2011