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.

A339844 Number of distinct sorted degree sequences among all n-vertex loop-graphs.

This page as a plain text file.
%I A339844 #13 Jan 10 2024 16:30:20
%S A339844 1,2,6,16,51,162,554,1918,6843,24688,90342,333308,1239725
%N A339844 Number of distinct sorted degree sequences among all n-vertex loop-graphs.
%C A339844 In the covering case, these degree sequences, sorted in decreasing order, are the same thing as loop-graphical partitions (A339656). An integer partition is loop-graphical if it comprises the multiset of vertex-degrees of some graph with loops, where a loop is an edge with two equal vertices.
%C A339844 The following are equivalent characteristics for any positive integer n:
%C A339844 (1) the prime indices of n can be partitioned into distinct pairs, i.e. into a set of loops and edges;
%C A339844 (2) n can be factored into distinct semiprimes;
%C A339844 (3) the prime signature of n is loop-graphical.
%H A339844 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/DegreeSequence.html">Degree Sequence.</a>
%H A339844 Gus Wiseman, <a href="/A339741/a339741_1.txt">Counting and ranking factorizations, factorability, and vertex-degree partitions for groupings into pairs.</a>
%e A339844 The a(0) = 1 through a(3) = 16 sorted degree sequences:
%e A339844   ()  (0)  (0,0)  (0,0,0)
%e A339844       (2)  (0,2)  (0,0,2)
%e A339844            (1,1)  (0,1,1)
%e A339844            (1,3)  (0,1,3)
%e A339844            (2,2)  (0,2,2)
%e A339844            (3,3)  (0,3,3)
%e A339844                   (1,1,2)
%e A339844                   (1,1,4)
%e A339844                   (1,2,3)
%e A339844                   (1,3,4)
%e A339844                   (2,2,2)
%e A339844                   (2,2,4)
%e A339844                   (2,3,3)
%e A339844                   (2,4,4)
%e A339844                   (3,3,4)
%e A339844                   (4,4,4)
%e A339844 For example, the loop-graphs
%e A339844   {{1,1},{2,2},{3,3},{1,2}}
%e A339844   {{1,1},{2,2},{3,3},{1,3}}
%e A339844   {{1,1},{2,2},{3,3},{2,3}}
%e A339844   {{1,1},{2,2},{1,3},{2,3}}
%e A339844   {{1,1},{3,3},{1,2},{2,3}}
%e A339844   {{2,2},{3,3},{1,2},{1,3}}
%e A339844 all have degrees y = (3,3,2), so y is counted under a(3).
%t A339844 Table[Length[Union[Sort[Table[Count[Join@@#,i],{i,n}]]&/@Subsets[Subsets[Range[n],{1,2}]/.{x_Integer}:>{x,x}]]],{n,0,5}]
%Y A339844 See link for additional cross references.
%Y A339844 The version without loops is A004251, with covering case A095268.
%Y A339844 The half-loop version is A029889, with covering case A339843.
%Y A339844 Loop-graphs are counted by A322661 and ranked by A320461 and A340020.
%Y A339844 The covering case (no zeros) is A339845.
%Y A339844 A007717 counts unlabeled multiset partitions into pairs.
%Y A339844 A027187 counts partitions of even length, with Heinz numbers A028260.
%Y A339844 A058696 counts partitions of even numbers, ranked by A300061.
%Y A339844 A101048 counts partitions into semiprimes.
%Y A339844 A339655 counts non-loop-graphical partitions of 2n.
%Y A339844 A339656 counts loop-graphical partitions of 2n.
%Y A339844 A339659 counts graphical partitions of 2n into k parts.
%Y A339844 Cf. A001358, A006125, A006129, A062740, A338898, A339841.
%K A339844 nonn,more
%O A339844 0,2
%A A339844 _Gus Wiseman_, Dec 27 2020
%E A339844 a(7)-a(12) from _Andrew Howroyd_, Jan 10 2024