A375254 Number of distinct ways to erect n semicircles of distinct diameters in [n] on the number line from 1 to 2n using 2 colors where all semicircles of the same color are mutually noncrossing. Two ways are regarded the same if the number line is reversed or the colors are exchanged.
0, 0, 0, 6, 4, 0, 0, 60, 186, 0, 0, 1248, 2590, 0, 0, 22820, 46384, 0, 0, 365392, 730456
Offset: 1
Examples
For n=4 the a(4)=6 ways are as follows. If the notation for the semicircle of diameter 4 connecting 2 to 6 colored red is ({2,6},red), then the six ways are (in descending diameters 4, 3, 2, 1): { ({1,5},red), ({3,6},blue), ({2,4},red), ({7,8},red) }, { ({1,5},red), ({4,7},blue), ({6,8},red), ({2,3},red) }, { ({2,6},red), ({1,4},blue), ({3,5},red), ({7,8},red) }, { ({1,5},blue), ({3,6},red), ({2,4},blue), ({7,8},red) }, { ({1,5},blue), ({4,7},red), ({6,8},blue), ({2,3},red) } and { ({2,6},blue), ({1,4},red), ({3,5},blue), ({7,8},red) }. The way { ({1,5},blue), ({3,6},red), ({2,4},blue), ({7,8},blue) } is considered the same as the first one listed above by exchanging red and blue. The way { ({4,8},red), ({3,6},blue), ({5,7},red), ({1,2},red) } is also considered the same as the first one listed above by mirroring the number line (1 becomes 8, 2 becomes 7, ..., 8 becomes 1).
Links
- T. Skolem, On certain distributions of integers in pairs with given differences, Math. Scand., Vol. 5 (1957), pp. 57-68.
- Wikipedia, Noncrossing partition
Comments