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.

A366775 Number of 2-distant 4-noncrossing partitions of {1,...,n}.

Original entry on oeis.org

1, 1, 2, 5, 15, 52, 203, 877, 4140, 21146, 115938, 677765, 4200011, 27446229, 188255890, 1349652560, 10075332564, 78052115894, 625568350179, 5173033558415, 44028767332852, 384857341649657
Offset: 0

Views

Author

Juan B. Gil, Nov 13 2023

Keywords

Comments

a(n+1) is the binomial transform of A108305.

Examples

			There are 21147 partitions of 9 elements, but a(9)=21146 because the partition (1,6)(2,7)(3,8)(4,9)(5) has a 2-distant 4-crossing.
		

References

  • Juan B. Gil and Jordan O. Tirrell, A simple bijection for enhanced, classical, and 2-distant k-noncrossing partitions, Discrete Math. 343 (2020), no. 6, 111705, 5 pp.

Crossrefs

Formula

a(n+1) = Sum_{i=0..n} binomial(n,i)*A108305(i).