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!)
A372171 Number of labeled simple graphs covering n vertices with a unique triangle. 16
0, 0, 0, 1, 12, 220, 5460 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
The unlabeled version is A372174.
LINKS
FORMULA
Inverse binomial transform of A372172.
EXAMPLE
The a(4) = 12 graphs:
12,13,14,23
12,13,14,24
12,13,14,34
12,13,23,24
12,13,23,34
12,14,23,24
12,14,24,34
12,23,24,34
13,14,23,34
13,14,24,34
13,23,24,34
14,23,24,34
MATHEMATICA
cys[y_]:=Select[Subsets[Union@@y, {3}], MemberQ[y, {#[[1]], #[[2]]}] && MemberQ[y, {#[[1]], #[[3]]}] && MemberQ[y, {#[[2]], #[[3]]}]&];
Table[Length[Select[Subsets[Subsets[Range[n], {2}]], Union@@#==Range[n]&&Length[cys[#]]==1&]], {n, 0, 5}]
CROSSREFS
Column k = 1 of A372167, unlabeled A372173.
For no triangles we have A372168 (non-covering A213434), unlabeled A372169.
The non-covering case is A372172, unlabeled A372194.
The unlabeled version is A372174.
For all cycles (not just triangles) we have A372195, non-covering A372193.
A001858 counts acyclic graphs, unlabeled A005195.
A006125 counts simple graphs, unlabeled A000088.
A006129 counts covering graphs, unlabeled A002494
A054548 counts labeled covering graphs by edges, unlabeled A370167.
A105784 counts acyclic covering graphs, unlabeled A144958.
A372170 counts graphs by triangles, unlabeled A263340.
A372175 counts covering graphs by cycles, non-covering A372176.
Sequence in context: A087585 A297503 A214512 * A220068 A247745 A098647
KEYWORD
nonn,more
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 12 01:17 EDT 2024. Contains 373320 sequences. (Running on oeis4.)