login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A291594
Number of (non-null) connected induced subgraphs in the n-triangular honeycomb acute knight graph.
0
1, 3, 9, 25, 69, 219, 832, 3894, 23202, 176838, 1685478, 20482830, 316918475
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Connected Graph
Eric Weisstein's World of Mathematics, Vertex-Induced Subgraph
MATHEMATICA
Table[With[{g = GraphData[{"TriangularHoneycombAcuteKnight", n}]}, Count[Subgraph[g, #] & /@ Rest[Subsets[VertexList[g]]], _?ConnectedGraphQ]], {n, 5}]
Table[With[{g = GraphData[{"TriangularHoneycombAcuteKnight", n}]}, Total[Boole[ConnectedGraphQ[Subgraph[g, #]]] & /@ Rest[Subsets[VertexList[g]]]]], {n, 5}]
CROSSREFS
Sequence in context: A370227 A297590 A244934 * A007046 A211286 A211285
KEYWORD
nonn,more
AUTHOR
Eric W. Weisstein, Aug 27 2017
EXTENSIONS
a(7)-a(10) from Andrew Howroyd, Aug 27 2017
a(11)-a(13) from Eric W. Weisstein, May 01 2023
STATUS
approved