cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A360846 Array read by antidiagonals: T(m,n) is the number of dominating induced trees in the grid graph P_m X P_n.

Original entry on oeis.org

1, 3, 3, 4, 8, 4, 4, 17, 17, 4, 4, 32, 65, 32, 4, 4, 66, 222, 222, 66, 4, 4, 130, 766, 1280, 766, 130, 4, 4, 262, 2685, 7629, 7629, 2685, 262, 4, 4, 522, 9450, 46032, 78981, 46032, 9450, 522, 4, 4, 1046, 33158, 278419, 820308, 820308, 278419, 33158, 1046, 4
Offset: 1

Views

Author

Andrew Howroyd, Feb 23 2023

Keywords

Comments

A dominating induced tree in a graph is an acyclic connected induced subgraph whose vertices are a dominating set.

Examples

			Table starts:
=======================================================
m\n| 1   2    3      4       5         6          7 ...
---+---------------------------------------------------
1  | 1   3    4      4       4         4          4 ...
2  | 3   8   17     32      66       130        262 ...
3  | 4  17   65    222     766      2685       9450 ...
4  | 4  32  222   1280    7629     46032     278419 ...
5  | 4  66  766   7629   78981    820308    8520021 ...
6  | 4 130 2685  46032  820308  14605388  259809527 ...
7  | 4 262 9450 278419 8520021 259809527 7904828158 ...
  ...
		

Crossrefs

Main diagonal is A360847.
Rows 1..2 are A113311(n-1), A360848.
Cf. A291872 (connected dominating sets), A360202 (induced trees).

Formula

T(n,m) = T(m,n).
Showing 1-1 of 1 results.