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-3 of 3 results.

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

Original entry on oeis.org

1, 2, 5, 16, 61, 256, 1132, 5174, 24229, 115654, 560741, 2754082, 13674212, 68522208, 346100952, 1760213254, 9006390373, 46329244034, 239455376071, 1242923653316, 6476376834789, 33863408028888, 177625109853808, 934404580376016
Offset: 0

Views

Author

Jordan Weaver, Nov 17 2021

Keywords

Comments

a(n) is also the number of decorated permutations whose chordal diagram is a separable union of star graphs.
a(n) is also the number of decorated permutations whose chordal diagram contains no crossed alignments.
a(n) counts the complement of A349457 in the set of all positroid varieties/decorated permutations on n elements (A000522).

Examples

			For n = 3, the a(3) = 16 positroids correspond the decorated permutations with underlying permutations 231, 312, 321, 213, 132, and 123 in one-line notation. Each fixed point, e.g., the 2 in 321, can be colored in two ways. Hence 321, 213, and 132 contribute 2 decorated permutations each, 123 contributes 8, while 231 and 312 each contribute 1.
		

Crossrefs

Formula

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

Extensions

a(10)-a(23) from Jordan Weaver, Apr 19 2022

A349413 Number of smooth positroid varieties corresponding to derangements in S_n.

Original entry on oeis.org

1, 0, 1, 2, 5, 14, 40, 118, 357, 1100
Offset: 0

Views

Author

Jordan Weaver, Nov 16 2021

Keywords

Comments

a(n) is also the number of derangements in S_n whose chordal diagram contains no crossed alignments.
a(n) is also the number of derangements in S_n whose chordal diagram is a separable union of star graphs, where a star graph is the chordal diagram of a permutation in S_m of the form w(i) = i + t (mod m) for some t.
a(n) counts the complement of A349456 in the set of all derangements of S_n (A000166).
a(n) appears to be the number of n-edge ordered trees in which each nonleaf has at least two children and each leftmost child has a designated favorite sibling. For example, for n = 3, the underlying tree must be a root with 3 children and there are two choices for the favorite sibling, so a(3) = 2. The generating function for these trees, A(x) = 1 + x^2 + 2*x^3 + 5*x^4 + ..., is easily shown, using the "symbolic method" of Flajolet and Sedgewick, to satisfy A(x) = 1 + x^2*A(x)^2/(1 - x*A(x))^2. - David Callan, May 15 2022

Examples

			For n=4, the a(4)=5 derangements in one-line notation are 2143, 4321, 2341, 4123, and 3412.
		

Crossrefs

Formula

a(n) = A000166(n) - A349456(n).

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).
Showing 1-3 of 3 results.