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.

A227167 The number of meandering curves of order n.

Original entry on oeis.org

1, 1, 6, 8, 50, 72, 462, 696, 4536, 7030, 46310, 73188, 485914, 778946, 5202690, 8430992, 56579196, 92470194, 622945970, 1025114180, 6927964218, 11465054942, 77692142980, 129180293184, 877395996200, 1464716085664, 9968202968958, 16698145444260, 113837957337750, 191264779292430
Offset: 1

Views

Author

Keywords

Comments

A meandering curve of order n is a continuous curve which does not intersect itself yet intersects a horizontal line n times.
The set of meandering curves of order n is partitioned into the following three classes: curves with no extremities (A005316), curves with only one extremity (A217310), and curves with both extremities covered by their arcs (A217318).

References

  • A. Panayotopoulos and P. Tsikouras, Properties of meanders, JCMCC 46 (2003), 181-190.

Programs

Formula

a(n) = A000136(n) if n is odd and a(n) = (1/2)*A000136(n) if n is even.
a(n) = A217310(n) + A217318(n) + A005316(n). - Andrew Howroyd, Dec 07 2015