A339843 Number of distinct sorted degree sequences among all n-vertex half-loop-graphs without isolated vertices.
1, 1, 3, 9, 29, 97, 336, 1188, 4275, 15579, 57358, 212908, 795657, 2990221, 11291665, 42814783, 162920417, 621885767, 2380348729
Offset: 0
Examples
The a(0) = 1 through a(3) = 9 sorted degree sequences: () (1) (1,1) (1,1,1) (2,1) (2,1,1) (2,2) (2,2,1) (2,2,2) (3,1,1) (3,2,1) (3,2,2) (3,3,2) (3,3,3) For example, the half-loop-graphs {{1},{1,2},{1,3},{2,3}} {{1},{2},{3},{1,2},{1,3}} both have degrees y = (3,2,2), so y is counted under a(3).
Links
- Eric Weisstein's World of Mathematics, Degree Sequence.
- Gus Wiseman, Counting and ranking factorizations, factorability, and vertex-degree partitions for groupings into pairs.
Crossrefs
Programs
-
Mathematica
Table[Length[Union[Sort[Table[Count[Join@@#,i],{i,n}]]&/@Select[Subsets[Subsets[Range[n],{1,2}]],Union@@#==Range[n]&]]],{n,0,5}]
Formula
Extensions
a(7)-a(18) added (using A029889) by Andrew Howroyd, Jan 10 2024
Comments