A072503 Number of ways to lace a shoe with n eyelet pairs such that there is no direct "horizontal" connection between any adjacent eyelet pair.
3, 45, 1824, 109560, 9520560, 1145057760, 181091917440
Offset: 3
Examples
The 6 non-straight lacings for n=3 are: 124536, 135426, 142356, 145326, 153246, 154236. Not counting mirror images we get a(3)=3.
Links
- Sean A. Irvine, Java program (github)
- Hugo Pfoertner, FORTRAN program to count non-straight shoe lacings and results for N=3,4
- Index entries for sequences related to shoe lacings
Programs
-
Fortran
See Links.
Extensions
a(9) from Sean A. Irvine, Oct 07 2024
Comments