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.

A086441 Number of inequivalent ways a semi-infinite curve can cross a straight line n times.

Original entry on oeis.org

1, 1, 2, 4, 11, 27, 79, 213, 644, 1840, 5660
Offset: 1

Views

Author

N. J. A. Sloane, Sep 09 2003

Keywords

Comments

This uses a too broad notion of equivalence. Besides the obvious reflection in a plane perpendicular to the straight line, if the end of the curve is in a free region of the plane, it is extended to infinity and the direction of the curve can then be reversed. A000560 uses a better definition of equivalence.

Examples

			The a(3) = 2 solutions with 3 crossings. The line is drawn horizontally. The curve starts at oo and ends at X. The crossings are indicated by stars.
       --        X
      /  \      /
-----*----*----*----
    /      \  /
   /        --
  /
oo
         ---
        /   \
       /  X  \
      /   |   \
-----*----*----*----
    /     |   /
   /      .---
  /
oo
		

Crossrefs

Isomorphism classes (using too generous a definition of isomorphism) from A000682. Cf. A000560, A001011.