Identifier
- St001001: Dyck paths ⟶ ℤ
Values
=>
Cc0005;cc-rep
[1,0]=>0
[1,0,1,0]=>0
[1,1,0,0]=>1
[1,0,1,0,1,0]=>0
[1,0,1,1,0,0]=>0
[1,1,0,0,1,0]=>0
[1,1,0,1,0,0]=>0
[1,1,1,0,0,0]=>3
[1,0,1,0,1,0,1,0]=>0
[1,0,1,0,1,1,0,0]=>0
[1,0,1,1,0,0,1,0]=>1
[1,0,1,1,0,1,0,0]=>0
[1,0,1,1,1,0,0,0]=>0
[1,1,0,0,1,0,1,0]=>0
[1,1,0,0,1,1,0,0]=>0
[1,1,0,1,0,0,1,0]=>0
[1,1,0,1,0,1,0,0]=>0
[1,1,0,1,1,0,0,0]=>0
[1,1,1,0,0,0,1,0]=>0
[1,1,1,0,0,1,0,0]=>0
[1,1,1,0,1,0,0,0]=>0
[1,1,1,1,0,0,0,0]=>6
[1,0,1,0,1,0,1,0,1,0]=>0
[1,0,1,0,1,0,1,1,0,0]=>0
[1,0,1,0,1,1,0,0,1,0]=>0
[1,0,1,0,1,1,0,1,0,0]=>0
[1,0,1,0,1,1,1,0,0,0]=>0
[1,0,1,1,0,0,1,0,1,0]=>0
[1,0,1,1,0,0,1,1,0,0]=>1
[1,0,1,1,0,1,0,0,1,0]=>0
[1,0,1,1,0,1,0,1,0,0]=>0
[1,0,1,1,0,1,1,0,0,0]=>0
[1,0,1,1,1,0,0,0,1,0]=>1
[1,0,1,1,1,0,0,1,0,0]=>2
[1,0,1,1,1,0,1,0,0,0]=>0
[1,0,1,1,1,1,0,0,0,0]=>0
[1,1,0,0,1,0,1,0,1,0]=>0
[1,1,0,0,1,0,1,1,0,0]=>0
[1,1,0,0,1,1,0,0,1,0]=>1
[1,1,0,0,1,1,0,1,0,0]=>0
[1,1,0,0,1,1,1,0,0,0]=>0
[1,1,0,1,0,0,1,0,1,0]=>0
[1,1,0,1,0,0,1,1,0,0]=>0
[1,1,0,1,0,1,0,0,1,0]=>0
[1,1,0,1,0,1,0,1,0,0]=>0
[1,1,0,1,0,1,1,0,0,0]=>0
[1,1,0,1,1,0,0,0,1,0]=>2
[1,1,0,1,1,0,0,1,0,0]=>0
[1,1,0,1,1,0,1,0,0,0]=>0
[1,1,0,1,1,1,0,0,0,0]=>0
[1,1,1,0,0,0,1,0,1,0]=>0
[1,1,1,0,0,0,1,1,0,0]=>0
[1,1,1,0,0,1,0,0,1,0]=>0
[1,1,1,0,0,1,0,1,0,0]=>0
[1,1,1,0,0,1,1,0,0,0]=>0
[1,1,1,0,1,0,0,0,1,0]=>0
[1,1,1,0,1,0,0,1,0,0]=>0
[1,1,1,0,1,0,1,0,0,0]=>0
[1,1,1,0,1,1,0,0,0,0]=>0
[1,1,1,1,0,0,0,0,1,0]=>0
[1,1,1,1,0,0,0,1,0,0]=>0
[1,1,1,1,0,0,1,0,0,0]=>0
[1,1,1,1,0,1,0,0,0,0]=>0
[1,1,1,1,1,0,0,0,0,0]=>10
search for individual values
searching the database for the individual values of this statistic
/
search for generating function
searching the database for statistics with the same generating function
Description
The number of indecomposable modules with projective and injective dimension equal to the global dimension of the Nakayama algebra corresponding to the Dyck path.
Code
DeclareOperation("numbersprojinjdimg", [IsList]); InstallMethod(numbersprojinjdimg, "for a representation of a quiver", [IsList],0,function(L) local list, n, temp1, Liste_d, j, i, k, r, kk; list:=L; A:=NakayamaAlgebra(GF(3),list); g:=gldim(list); L:=ARQuiver([A,1000])[2]; LL:=Filtered(L,x->ProjDimensionOfModule(x,g)=g and InjDimensionOfModule(x,g)=g); return(Size(LL)); end );
Created
Oct 27, 2017 at 21:10 by Rene Marczinzik
Updated
Oct 27, 2017 at 21:10 by Rene Marczinzik
searching the database
Sorry, this statistic was not found in the database
or
add this statistic to the database – it's very simple and we need your support!