cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-3 of 3 results.

A008828 Triangle read by rows: T(n,k) = number of closed meander systems of order n with k<=n components.

Original entry on oeis.org

1, 2, 2, 8, 12, 5, 42, 84, 56, 14, 262, 640, 580, 240, 42, 1828, 5236, 5894, 3344, 990, 132, 13820, 45164, 60312, 42840, 17472, 4004, 429, 110954, 406012, 624240, 529104, 271240, 85904, 16016, 1430, 933458, 3772008, 6540510, 6413784, 3935238, 1569984, 405552, 63648, 4862
Offset: 1

Views

Author

D. Ivanov, S. K. Lando, A. K. Zvonkin ( LabRI, Bordeaux, France)

Keywords

Comments

A meander of order n has 2n bridges. For many more references, see A005315 and A005316.

Examples

			Triangle starts:
   1;
   2  2;
   8 12  5;
  42 84 56 14;
  ...
		

Crossrefs

Columns include A005315, A006657, A006658. Diagonals include A000108 (Catalan numbers), A006659, A007746. Row sums are in A001246.

Extensions

More terms from Pab Ter (pabrlos(AT)yahoo.com), May 10 2004
Edited by Ralf Stephan, Dec 29 2004
T(10,k)-T(20,k) from Andrew Howroyd, Nov 22 2015

A380368 Triangle read by rows: T(n,k) is the number of closed forest meander systems with 2n crossings and k components.

Original entry on oeis.org

1, 0, 1, 0, 2, 1, 0, 8, 6, 1, 0, 42, 42, 12, 1, 0, 262, 320, 130, 20, 1, 0, 1828, 2618, 1360, 310, 30, 1, 0, 13820, 22582, 14196, 4270, 630, 42, 1, 0, 110954, 203006, 149024, 55524, 11060, 1148, 56, 1, 0, 933458, 1886004, 1577712, 698952, 175560, 25032, 1932, 72, 1
Offset: 0

Views

Author

Andrew Howroyd, Jan 31 2025

Keywords

Comments

A forest meander system is a meander system that does not have any components which are entirely enclosed by another. An equivalent condition is that all components have their least point at an odd index (if points are numbered from 1). The greatest point will then be at an even index.
Exactly half of all meander systems with two components are forest meander systems. This is because when the meander's permutation is rotated one step at a time, one meander will be enclosed in the other on every second step.

Examples

			Triangle begins:
  1;
  0,     1;
  0,     2,     1;
  0,     8,     6,     1;
  0,    42,    42,    12,    1;
  0,   262,   320,   130,   20,   1;
  0,  1828,  2618,  1360,  310,  30,  1;
  0, 13820, 22582, 14196, 4270, 630, 42, 1;
  ...
The T(3,2) = 6 forest meander systems are the following and their reflections.
       ______
      / ____ \                 ___
     / /    \ \               /   \
 .. / /. /\ .\ \ ..   and .. / / \ \ . /\ ..
    \/   \/   \/             \/   \/   \/
        (2)                     (4)
.
There are also 6 systems that are not forest meander systems:
      ____                    ______
     / __ \                  /      \
 .. / /  \ \ ..      and .. / /\  /\ \ ..
    \ \/\/ /                \ \/ /  \/
     \____/                  \__/
       (2)                     (4)
		

Crossrefs

Row sums are A060148.
Column k=1 is A005315.
Column k=2 is half of A006657.
Main diagonal is A000012.
Second diagonal is A002378.
Cf. A008828 (all meander systems), A060174, A060198.

A006658 Closed meanders with 3 components and 2n bridges.

Original entry on oeis.org

5, 56, 580, 5894, 60312, 624240, 6540510, 69323910, 742518832, 8028001566, 87526544560, 961412790002, 10630964761766, 118257400015312, 1322564193698320, 14863191405246888, 167771227744292160, 1901345329566422790
Offset: 3

Views

Author

Keywords

References

  • S. K. Lando and A. K. Zvonkin "Plane and projective meanders", Séries Formelles et Combinatoire Algébrique. Laboratoire Bordelais de Recherche Informatique, Université Bordeaux I, 1991, pp. 287-303.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

A column of triangle A008828.

Programs

Extensions

a(13)-a(20) from Andrew Howroyd, Nov 22 2015
Showing 1-3 of 3 results.