We draw n non-crossing straight line segments inside an n X n square between 2*n grid points on its perimeter in such a way that it is not possible to add more non-crossing line segments between the remaining perimeter grid points. a(n) is the number of distinct possibilities for each n without duplicates by rotation or reflection.
A357757
We draw n non-crossing straight line segments inside an n X n square between 2*n grid points on its perimeter in such a way that it is not possible to add more non-crossing line segments between the remaining perimeter grid points. a(n) is the number of distinct possibilities for each n without duplicates by rotation or reflection.
Terms
- a(0) =1a(1) =2a(2) =18a(3) =142a(4) =1383a(5) =14040a(6) =148858a(7) =1606567
External references
- oeis: A357757