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-3 of 3 results.

A350820 Array read by antidiagonals: T(m,n) is the number of minimum dominating sets in the grid graph P_m X P_n.

Original entry on oeis.org

1, 2, 2, 1, 6, 1, 4, 3, 3, 4, 3, 12, 10, 12, 3, 1, 2, 29, 29, 2, 1, 8, 17, 1, 2, 1, 17, 8, 4, 2, 2, 52, 52, 2, 2, 4, 1, 20, 11, 92, 22, 92, 11, 20, 1, 13, 2, 46, 2, 13, 13, 2, 46, 2, 13, 5, 24, 1, 4, 3, 288, 3, 4, 1, 24, 5, 1, 2, 3, 324, 344, 34, 34, 344, 324, 3, 2, 1
Offset: 1

Views

Author

Andrew Howroyd, Jan 17 2022

Keywords

Comments

The domination number of the grid graphs is tabulated in A350823.

Examples

			Table begins:
===================================
m\n | 1  2  3  4   5   6  7   8
----+------------------------------
  1 | 1  2  1  4   3   1  8   4 ...
  2 | 2  6  3 12   2  17  2  20 ...
  3 | 1  3 10 29   1   2 11  46 ...
  4 | 4 12 29  2  52  92  2   4 ...
  5 | 3  2  1 52  22  13  3 344 ...
  6 | 1 17  2 92  13 288 34   2 ...
  7 | 8  2 11  2   3  34  2  34 ...
  8 | 4 20 46  4 344   2 34  52 ...
  ...
		

Crossrefs

Rows 1..4 are A347633, A347558, A350821, A350822.
Main diagonal is A347632.
Cf. A218354 (dominating sets), A286847 (minimal dominating sets), A303293, A350815, A350823.

Formula

T(m,n) = T(n,m).

A381730 Number of minimum connected dominating sets in the n X n grid graph.

Original entry on oeis.org

1, 4, 2, 16, 126, 24, 800, 16288, 16, 87216, 3554000, 16, 13400336, 882342944, 16, 2376303680
Offset: 1

Views

Author

Eric W. Weisstein, Mar 05 2025

Keywords

Examples

			From _Andrew Howroyd_, Mar 19 2025: (Start)
One of 16 arrangements for a(9):
  . X . . . . . . .
  . X X X X X X X X
  . X . . X . . X .
  . X . . X . . X .
  . X . . X . . X .
  . X . . X . . X .
  . X . . X . . X .
  . X . . X . . X .
  . X . . X . . X .
(End)
		

Crossrefs

Main diagonal of A381474.
Cf. A369692 (connected domination numbers).

Formula

a(3*n) = 16 for n >= 3. - Andrew Howroyd, Mar 19 2025

Extensions

a(6)-a(16) from Andrew Howroyd, Mar 19 2025

A375569 a(n) = number of minimum dominating sets in the stacked prism graph C_n X P_n.

Original entry on oeis.org

1, 6, 34, 16, 320, 36, 56, 5556, 20196, 32210, 88, 121428, 388284, 224, 1489960, 12800, 251464, 2304, 36784, 73062090, 29787744, 738959760, 73600, 884736
Offset: 1

Views

Author

Stephan Mertens, Aug 19 2024

Keywords

Crossrefs

Main diagonal of A375566.
Showing 1-3 of 3 results.