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.

Showing 1-2 of 2 results.

A382361 Number of nonnesting permutations of the multiset {1,1,2,2,...,n,n} that avoid 123.

Original entry on oeis.org

1, 4, 17, 82, 406, 2070, 10729, 56394, 299646, 1606816, 8683562
Offset: 1

Views

Author

Amya Luo, May 26 2025

Keywords

Comments

Nonnesting permutations of the multiset {1,1,2,2,...,n,n} such that if abcd is a subsequence, then a=d implies b!=c. A permutation avoids 123 if it does not contain any subsequence abc such that a

Crossrefs

Programs

  • Python
    # See Robert Dougherty-Bliss link

Extensions

a(9)-a(11) from Sean A. Irvine, Jun 17 2025

A383771 Number of noncrossing permutations of [n] avoiding 213 (and by symmetry 132, 213, or 312).

Original entry on oeis.org

1, 1, 4, 19, 102, 590, 3588, 22617, 146460, 968520, 6513034, 44403604, 306209746, 2132165062, 14970030506, 105862919427, 753344866662, 5390772814578, 38765692377100, 279999861952626, 2030439981144348, 14776796428607224, 107891287190000212, 790105506941871258
Offset: 0

Author

Robert P. Laudone, May 09 2025

Keywords

Crossrefs

Cf. A383770.

Formula

G.f.: A(x) satisfies x^2*A(x)^4 - (x^2+x)*A(x)^3 - x*A(x)^2 + (x+1)*A(x) - 1 = 0.
Showing 1-2 of 2 results.