The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A372175 Irregular triangle read by rows where T(n,k) is the number of labeled simple graphs covering n vertices with exactly 2k directed cycles of length > 2. 12
1, 0, 1, 3, 1, 19, 15, 0, 6, 0, 0, 0, 1, 155, 232, 15, 190, 0, 0, 70, 50, 0, 0, 0, 0, 30, 15, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
A directed cycle in a simple (undirected) graph is a sequence of distinct vertices, up to rotation, such that there are edges between all consecutive elements, including the last and the first.
LINKS
EXAMPLE
Triangle begins (zeros shown as dots):
1
.
1
3 1
19 15 . 6 ... 1
155 232 15 190 .. 70 50 .... 30 15 .......... 10 .............. 1
Row n = 4 counts the following graphs:
12,34 12,13,14,23 . 12,13,14,23,24 . . . 12,13,14,23,24,34
13,24 12,13,14,24 12,13,14,23,34
14,23 12,13,14,34 12,13,14,24,34
12,13,14 12,13,23,24 12,13,23,24,34
12,13,24 12,13,23,34 12,14,23,24,34
12,13,34 12,13,24,34 13,14,23,24,34
12,14,23 12,14,23,24
12,14,34 12,14,23,34
12,23,24 12,14,24,34
12,23,34 12,23,24,34
12,24,34 13,14,23,24
13,14,23 13,14,23,34
13,14,24 13,14,24,34
13,23,24 13,23,24,34
13,23,34 14,23,24,34
13,24,34
14,23,24
14,23,34
14,24,34
MATHEMATICA
cycles[g_]:=Join@@Table[Select[Join@@Permutations /@ Subsets[Union@@g, {k}], Min@@#==First[#]&&And@@Table[MemberQ[Sort/@g, Sort[{#[[i]], #[[If[i==k, 1, i+1]]]}]], {i, k}]&], {k, 3, Length[g]}];
Table[Length[Select[Subsets[Subsets[Range[n], {2}]], Union@@#==Range[n]&&Length[cycles[#]]==2k&]], {n, 0, 5}, {k, 0, Length[cycles[Subsets[Range[n], {2}]]]/2}]
CROSSREFS
Row lengths are A002807 + 1.
Row sums are A006129, unlabeled A002494.
Column k = 0 is A105784 (for triangles A372168, non-covering A213434), unlabeled A144958 (for triangles A372169).
Counting triangles instead of cycles gives A372167 (non-covering A372170), unlabeled A372173 (non-covering A263340).
The non-covering version is A372176.
Column k = 1 is A372195 (non-covering A372193, for triangles A372171), unlabeled A372191 (non-covering A372192, for triangles A372174).
A000088 counts unlabeled graphs, labeled A006125.
A001858 counts acyclic graphs, unlabeled A005195.
A322661 counts covering loop-graphs, unlabeled A322700.
Sequence in context: A188109 A247232 A147076 * A027537 A192721 A370949
KEYWORD
nonn,more,tabf
AUTHOR
Gus Wiseman, Apr 24 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 11 14:45 EDT 2024. Contains 373311 sequences. (Running on oeis4.)