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.

A363449 Number of noncrossing partitions of the n-set with some pair of singletons {i} and {j} that can be merged into {i,j} and leave the partition a noncrossing-partition.

Original entry on oeis.org

0, 0, 1, 1, 5, 16, 55, 197, 705, 2563, 9381, 34563, 128029, 476347, 1779107, 6666752, 25054585, 94401460, 356510371, 1349182629, 5115555725, 19429832443, 73916249353, 281613780638, 1074400168957, 4104279704526, 15697542046005, 60106182177517, 230394256650275, 884024296630081, 3395269379129779
Offset: 0

Views

Author

Julien Rouyer, Jun 02 2023

Keywords

Comments

a(n) is the number of non-maximal sets of noncrossing lanes in a road intersection where U-turns are forbidden and where n entries and n exits are alternated.

Examples

			The 5 noncrossing partitions of the 4-set {1234} with some pair of singletons that can be merged and leave the partition a noncrossing-partition are [{1},{2},{3},{4}], [{12},{3},{4}], [{1},{23},{4}], [{2},{3},{14}], [{1},{2},{34}].
[{1},{23},{4}] can give [{14},{23}].
		

Crossrefs

Difference between A000108 and A363448.

Formula

a(n) = A000108(n) - A363448(n).

Extensions

Extended by Julien Rouyer, Apr 23 2024