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!)
A290784 Number of (non-null) connected induced subgraphs in the n-triangular honeycomb obtuse knight graph. 0
1, 3, 6, 19, 213, 379687, 80990506, 22635546606 (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[{"TriangularHoneycombObtuseKnight", n}]}, Count[Subgraph[g, #] & /@ Rest[Subsets[VertexList[g]]], _?ConnectedGraphQ]], {n, 5}]
Table[With[{g = GraphData[{"TriangularHoneycombObtuseKnight", n}]}, Total[Boole[ConnectedGraphQ[Subgraph[g, #]]] & /@ Rest[Subsets[VertexList[g]]]]], {n, 5}]
CROSSREFS
Sequence in context: A269306 A326317 A306522 * A355605 A356912 A176993
KEYWORD
nonn,more
AUTHOR
Eric W. Weisstein, Aug 10 2017
EXTENSIONS
a(8) from Andrew Howroyd, Aug 15 2017
a(2)-a(5) corrected by Eric W. Weisstein, Aug 27 2017
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 March 28 08:22 EDT 2024. Contains 371236 sequences. (Running on oeis4.)