A097236
Number of hierarchical orderings ("societies") with at least 2 elements ("individuals") on each level for n labeled elements.
Original entry on oeis.org
0, 1, 1, 10, 31, 271, 1534, 14393, 117653, 1253524, 13140557, 160679069, 2026451948, 28278471729, 413532314433, 6516434058758, 107958571213579, 1899723866781859, 35092386753388698, 682552407940860353, 13893916425860413469, 296049402365644855888
Offset: 1
a(4) = 10. Let : denote the partition of n labeled individuals 1,2,3,4 into x=2 sets (i.e. "societies"). E.g., in 12:34 one has a single society with members 1 and 2 and a further single society with members 3 and 4. Let | denote a higher level (within a single society), e.g., in 1|2 the individual 2 is one level up with respect to individual 1. The order of individuals on a level is insignificant, e.g. 12|34 is equivalent to 21|43.
For n = 4 and x = 2 one has 1234; 12:34; 13:24; 14:23; 12|34; 31|42; 43|21; 24|13; 21|34; 43|12; which gives 10 different hierarchical societies with at least 2 labeled individuals per level.
-
with(combstruct); SetSeqSetxL:=[T,{T=Set(S), S=Sequence(U,card>=1), U=Set(Z,card >= 2)},labeled];
# where x is an integer 1, 2, 3,... ; x=2 gives 2 individuals per level.
seq (count (SetSeqSetxL,size=j), j=1..20);
-
terms = 22;
CoefficientList[ Exp[-(-Exp[z]+1+z)/(2-Exp[z]+z)] + O[z]^(terms+1), z] * Range[0, terms]! // Rest (* Jean-François Alcover, Aug 06 2018 *)
A101052
Number of preferential arrangements of n labeled elements when only k <= 3 ranks are allowed.
Original entry on oeis.org
1, 1, 3, 13, 51, 181, 603, 1933, 6051, 18661, 57003, 173053, 523251, 1577941, 4750203, 14283373, 42915651, 128878021, 386896203, 1161212893, 3484687251, 10456158901, 31372671003, 94126401613, 282395982051, 847221500581
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..1000
- Hongyi Cao, Gang Xu, Renshu Gu, Jinlan Xu, Xiaoyu Zhang, Timon Rabczuk, Yuzhe Luo, and Xifeng Gao, Robust and Feature-Preserving Offset Meshing, arXiv:2412.15564 [cs.GR], 2024. See p. 14.
- Samuele Giraudo, Combinatorial operads from monoids, arXiv preprint arXiv:1306.6938, 2013
- Index entries for linear recurrences with constant coefficients, signature (6,-11,6).
-
A101052 := n -> 3^n+2-2*2^n; [ seq(3^n+2-2*2^n,n=0..30) ];
-
a = Exp[x] - 1;CoefficientList[Series[1+a+a^2+a^3,{x,0,20}],x]*Table[n!,{n,0,20}]
LinearRecurrence[{6,-11,6},{1,1,3},30] (* Harvey P. Dale, Mar 13 2013 *)
A097391
The number of hierarchies of n labeled elements with at least one subhierarchy composed of exactly 2 levels and no subhierarchy with more than 2 levels.
Original entry on oeis.org
0, 1, 3, 8, 17, 37, 71, 138, 252, 458
Offset: 1
Let : denote the separation between two subhierarchies, e.g. 2:3 are two subhierarchies where subhierarchy s=1 contains two elements and subhierarchy s=2 contains three elements. Let | denote the separation between two levels, e.g. 2|2|1 is a hierarchy composed of three levels with two elements on levels l=1 and l=2 and one element on level l=3. For n=5 one has a(5) = 17 hierarchies where at least one subhierarchy has exactly 2 levels (and no level l > 2 is allowed):
4|1; 1|4; 3|2; 2|3; 2|2:1; 2|1:2; 1|2:2; 2|1:1|1; 1|2:1|1; 2|1:1:1; 1|2:1:1; 1|1:1:1:1; 1|3:1; 3|1:1; 1|1:2:1; 1|1:1|1:1; 1|1:3.
A110045
Number of hierarchical orderings ("societies") of n unlabeled elements ("individuals") with at least two occupied levels.
Original entry on oeis.org
1, 0, 1, 3, 8, 18, 45, 102, 245, 565, 1324, 3049, 7066, 16199, 37187, 84887, 193532, 439600, 996818, 2253941, 5086980, 11454778, 25746467, 57756522, 129342179, 289153474, 645399011, 1438308839, 3200671082, 7112360474, 15783402471, 34980122720, 77428353682
Offset: 0
Let * denote an unlabeled element.
Let : denote a delimiter between two levels of a hierarchy.
Let | denote a delimiter between two subhierarchies.
a(4) = 8 because we have *:*:*:*, ***:*, **:*:*, *:*|*:*, *:***, **:**, *:**:*, *:*:**.
-
SetSeqXSetU := [S, {S=Set(U), U=Sequence(V,card>=2),V=Set(Z,card>=1)},unlabeled]; seq(count(SetSeqXSetU,size=j),j=0..30); #where x is an integer 1, 2, 3,... # x=2 gives 2 levels per society.
-
nmax = 40; CoefficientList[Series[E^Sum[x^(2*k)/(k*(1 - x^k)*(1 - 2*x^k)), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Jun 08 2018 *)
A097392
The number of hierarchies of n labeled elements with at least one subhierarchy composed of exactly 3 levels and no subhierarchy with more than 3 levels.
Original entry on oeis.org
0, 0, 1, 4, 12, 32, 78, 183, 408, 886
Offset: 1
Let : denote the separation between two subhierarchies, e.g. 2:3 are two subhierarchies where subhierarchy s=1 contains two elements and subhierarchy s=2 contains three elements. Let | denote the separation between two levels, e.g. 2|2|1 is a hierarchy composed of three levels with two elements on levels l=1 and l=2 and one element on level l=3. For n=5 one has a(5) = 12 hierarchies where at least one subhierarchy has exactly 3 levels (and no level l > 3 is allowed):
3|1|1; 1|3|1; 1|1|3; 2|2|1; 2|1|2; 1|2|2; 1|1|1:2; 1|1|1:1:1; 1|1|1:1|1; 2|1|1:1; 1|2|1:1; 1|1|2:1.
Showing 1-5 of 5 results.
Comments