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!)
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 (list; graph; refs; listen; history; text; internal format)
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

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 April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)