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.

A349457 Number of singular positroids in the Grassmannian variety Gr(k,n) for a fixed n and any 0 <= k <= n.

Original entry on oeis.org

0, 0, 0, 0, 4, 70, 825, 8526, 85372, 870756
Offset: 0

Views

Author

Jordan Weaver, Nov 17 2021

Keywords

Comments

a(n) is also the number of decorated permutations whose chordal diagram contains a crossed alignment.
a(n) counts the complement of A349458 in the set of all positroid varieties/decorated permutations on n elements (A000522).

Examples

			For n = 4, the a(4) = 4 singular positroid varieties correspond to the decorated permutations whose underlying permutations are 2413, 3421, 3142, and 4312 in one-line notation. Note that none of these permutations contain fixed points, hence no decorations are needed.
		

Crossrefs

Formula

a(n) = Sum_{i=0..n} (2^i)*binomial(n,i)*b(n), where b(n) is the sequence A349456.
a(n) = A000522(n) - A349458(n).