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-2 of 2 results.

A373325 Number of semi-infinite curves of the plane with n simple, transverse self-intersections and no other self-intersections, up to an orientation-preserving homeomorphism.

Original entry on oeis.org

1, 2, 10, 66, 498, 4072, 35144, 315352, 2914074, 27553880, 265387528, 2595131328
Offset: 0

Views

Author

Luc Rousseau, Jun 01 2024

Keywords

Examples

			Curves without self-intersection are equivalent; one might for instance take the half-line y <= 0 as their representative; so a(0) = 1.
To get a curve with n+1 self-intersections, one can start from a curve with n self-intersections; identify the cycle of oriented edges that directly surrounds the finite extremity of the curve; choose an edge from that cycle and extend the curve so that it crosses that edge.
When "outside" it might help visualization to imagine that a noncrossable oriented edge "at infinity" closes the cycle.
Thus, for a transition between 0 and 1 self-intersection, the choice is between making a loop that turns left and making a loop that turns right; so a(1) = 2.
See provided illustration for n=0..3 in section 'Links'.
		

Crossrefs

A268564 Number of immersions of unoriented circle into oriented sphere with 2n double points such that two different choices of orientation of the circle are not related by geotopy.

Original entry on oeis.org

0, 1, 16, 555, 27155, 1624602, 110848296, 8306916404, 667683029392
Offset: 0

Views

Author

N. J. A. Sloane, Mar 02 2016

Keywords

Crossrefs

Formula

a(n) = A008986(2*n) - A008987(2*n). - Andrey Zabolotskiy, Jun 05 2024

Extensions

Name clarified and a(0), a(6)-a(8) added using formula by Andrey Zabolotskiy, Jun 08 2024
Showing 1-2 of 2 results.